export interface Metadata { url: string; cssText: Promise; } declare function fetchCSS(url: string): Promise; export default fetchCSS;