export declare type ButtonType = 'default' | 'primary' | 'info' | 'warning' | 'danger';