export declare const BUTTON_ROUND_VARIANT: readonly ["filled", "highlight"];
export type ButtonRoundVariant = (typeof BUTTON_ROUND_VARIANT)[number];
export declare const BUTTON_ROUND_SIZE: readonly ["small", "medium"];
export type ButtonRoundSize = (typeof BUTTON_ROUND_SIZE)[number];
