export declare const ROBOTO: { FAMILY: string; WEIGHTS: { THIN: number; LIGHT: number; NORMAL: number; BOLD: number; }; GOOGLE: { FAMILY: string; URL: string; }; }; export declare const MONOSPACE: { FAMILY: string; }; export declare const SANS: { FAMILY: string; }; export declare const SYSTEM_FONT: { WEIGHTS: { THIN: number; LIGHT: number; NORMAL: number; BOLD: number; }; MONOSPACE: { FAMILY: string; }; SANS: { FAMILY: string; }; }; export declare const COLORS: { WHITE: string; BLACK: string; DARK: string; };