export declare type ButtonType = "button" | "submit" | "reset" | "faux" | ""; export declare type ButtonSize = "small" | "large" | "";