export declare const extractFontNames: () => string[];
export declare const getAllFonts: () => string[];
export default getAllFonts;
