import * as React from 'react'; type RootType = { orientation?: 'horizontal' | 'vertical'; isFullWidth?: boolean; gap?: 0 | 1 | 2 | 3; wrap?: boolean; }; export declare const StyledRoot: React.ForwardRefExoticComponent & { disableDeselect?: boolean; }, "ref"> | Omit & { disableDeselect?: boolean; }, "ref">) & React.RefAttributes, "theme" | "direction" | "isFullWidth" | "hasGap"> & { isFullWidth?: boolean | undefined; hasGap?: boolean | undefined; direction?: "row" | "column" | undefined; theme?: "standard" | "modern" | undefined; } & { as?: React.ElementType; }>; export declare const ToggleGroupRoot: React.ForwardRefExoticComponent & { disableDeselect?: boolean; }, "ref"> | Omit & { disableDeselect?: boolean; }, "ref">) & React.RefAttributes, "theme" | "direction" | "isFullWidth" | "hasGap"> & { isFullWidth?: boolean | undefined; hasGap?: boolean | undefined; direction?: "row" | "column" | undefined; theme?: "standard" | "modern" | undefined; } & { as?: React.ElementType; } & RootType, "ref"> & React.RefAttributes>; export {};