export declare const setFontSize: (fontSize: number, options: any) => any; export declare const setDisableColors: (options: any, darkTextColor: any, lightTextColor: any) => any; export declare const setThemesByDefault: (options: any, darkTextColor: any, lightTextColor: any) => any; export declare const getScale: (fontSize: number) => number;