export declare const BUTTON_ROUND_VARIANT: readonly ["filled", "highlight"];
export type ButtonRoundVariant = typeof BUTTON_ROUND_VARIANT[number];
