interface FontComponentResult { availableFonts: string[]; } export declare function availableFonts(): string[]; export declare function component(seed: string): Promise; export {};