export interface ButtonPropsType { type?: 'primary' | 'warning' | 'ghost'; size?: 'large' | 'small'; disabled?: boolean; loading?: boolean; }