export declare type NonNegativeNumber = number; export declare type Color = string; export declare type FontFamily = string; export declare type FontStyle = string; export declare type FontWeight = string | number; export declare type FreeformStyles = Record;