export declare const BUTTON_GROUP_ORIENTATIONS: readonly ["horizontal", "vertical"]; export type ButtonGroupOrientation = (typeof BUTTON_GROUP_ORIENTATIONS)[number];