export declare const BUTTON_GROUP_SIZES: readonly ["s", "m", "l"]; export type ButtonGroupSize = (typeof BUTTON_GROUP_SIZES)[number]; //# sourceMappingURL=button-group.types.d.ts.map