import { IFonts } from './IFonts'; declare type Fn = () => void; export declare const fontFactory: (hooks: Fn[]) => IFonts; export {};