export declare const BaseTextStyles: { display: string; fontVariantNumeric: string; margin: number; letterSpacing: string; }; export declare const BaseFontWeight: { weight: { regular: { fontWeight: string; }; medium: { fontWeight: number; }; semibold: { fontWeight: number; }; bold: { fontWeight: number; }; inherit: { fontWeight: string; }; }; }; export declare const BaseFontColor: { color: { Primary: { color: string; }; Secondary: { color: string; }; Disabled: { color: string; }; Error: { color: string; }; PrimaryContrastHigh: { color: string; }; PrimaryMain: { color: string; }; inherit: { color: string; }; }; }; export declare const BaseFontAlignment: { alignment: { start: { textAlign: string; }; middle: { textAlign: string; }; end: { textAlign: string; }; }; }; export declare const BaseFontVariants: { alignment: { start: { textAlign: string; }; middle: { textAlign: string; }; end: { textAlign: string; }; }; color: { Primary: { color: string; }; Secondary: { color: string; }; Disabled: { color: string; }; Error: { color: string; }; PrimaryContrastHigh: { color: string; }; PrimaryMain: { color: string; }; inherit: { color: string; }; }; weight: { regular: { fontWeight: string; }; medium: { fontWeight: number; }; semibold: { fontWeight: number; }; bold: { fontWeight: number; }; inherit: { fontWeight: string; }; }; }; //# sourceMappingURL=styles.d.ts.map