import { FontColor, FontSize, FontStyle } from '../../utils/propTypes'; export declare class BiTypography { fontStyle: FontStyle; fontSize: FontSize; fontColor: FontColor; font: 'slab' | 'sans'; dark: boolean; render(): any; }