import type { ButtonSizes, ButtonTypography } from './Button.types'; /** * Цветовые виды. */ export declare const buttonViews: { primary: { backgroundColor: string; color: string; }; secondary: { backgroundColor: string; color: string; }; success: { backgroundColor: string; color: string; }; warning: { backgroundColor: string; color: string; }; critical: { backgroundColor: string; color: string; }; checked: { backgroundColor: string; color: string; }; overlay: { backgroundColor: string; color: string; }; clear: { backgroundColor: string; color: string; }; }; /** * Размеры в rem в соответствии с дизайном. */ export declare const buttonSizes: ButtonSizes; /** * Размеры типографики кнопки. */ export declare const buttonTypography: ButtonTypography; //# sourceMappingURL=Button.props.d.ts.map