export declare type ButtonFormType = "button" | "submit" | "reset"; export declare type ButtonVariant = "contained" | "text" | "outlined"; export declare type ButtonSize = "mini" | "small" | "medium" | "large"; export declare type ButtonColor = "default" | "primary" | "info" | "success" | "warning" | "danger"; export declare type ButtonShape = "square" | "round";