export declare type FontColor = 'Primary' | 'Secondary' | 'Disabled' | 'Error' | 'PrimaryContrastHigh' | 'PrimaryMain' | 'inherit'; export declare type FontWeight = 'regular' | 'medium' | 'semibold' | 'bold' | 'inherit'; export declare type FontAlignment = 'start' | 'center' | 'end'; //# sourceMappingURL=types.d.ts.map