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