type LoadCss = (href: string, id?: string) => HTMLLinkElement | undefined; export declare const loadCss: LoadCss; export {};