export declare function preloadStyle(href: string): void;
export declare function preloadFont(href: string, type: string): void;
export declare function preconnect(href: string, crossOrigin?: string): void;
