export declare type TButtonType = '' | 'button' | 'primary' | 'primary-outline' | 'secondary' | 'secondary-outline' | 'white-outline' | 'success' | 'success-outline' | 'danger' | 'danger-outline' | 'warning' | 'warning-outline' | 'chev' | 'chev-up' | 'chev-down' | 'none' | 'submit' | 'reset'; export declare type TButtonColor = 'primary' | 'secondary' | 'dark' | 'light' | 'success' | 'danger' | 'warning' | 'white'; export declare type TButtonChevron = 'right' | 'up' | 'down'; export declare type TButtonSize = 'large' | 'medium' | 'small'; export declare type TButtonLoadingType = 'full' | 'inline'; export declare type TButtonFullWidth = true | false | 'mobile';