export declare const ToggleGroup: { Item: import("react").ForwardRefExoticComponent, "theme"> & { theme?: "standard" | "modern" | undefined; } & { as?: import("react").ElementType; }>; Button: import("react").ForwardRefExoticComponent, "size" | "theme" | "isIconOnly"> & { size?: ("sm" | "md" | "lg" | Partial>) | undefined; isIconOnly?: (boolean | Partial>) | undefined; theme?: ("standard" | "modern" | Partial>) | undefined; } & { as?: import("react").ElementType; }, "ref"> & import("react").RefAttributes>; Root: import("react").ForwardRefExoticComponent & { disableDeselect?: boolean; }, "ref"> | Omit & { disableDeselect?: boolean; }, "ref">) & import("react").RefAttributes, "theme" | "direction" | "isFullWidth" | "hasGap"> & { isFullWidth?: boolean | undefined; hasGap?: boolean | undefined; direction?: "row" | "column" | undefined; theme?: "standard" | "modern" | undefined; } & { as?: import("react").ElementType; } & { orientation?: "horizontal" | "vertical"; isFullWidth?: boolean; gap?: 0 | 1 | 2 | 3; wrap?: boolean; }, "ref"> & import("react").RefAttributes>; };