export = BigText;
/**
 * BigText
 */
declare function BigText(options: any): BigText;
declare class BigText {
    /**
     * BigText
     */
    constructor(options: any);
    fch: any;
    ratio: {};
    font: {};
    fontBold: {};
    __proto__: any;
    type: string;
    loadFont(filename: any): {};
    setContent(content: any): void;
    content: string;
    text: any;
    render(): any;
    _shrinkWidth: boolean;
    _shrinkHeight: boolean;
}
//# sourceMappingURL=bigtext.d.ts.map