export declare type ButtonType = "filled" | "outlined" | "text" | "elevated" | "tonal";
