/** * Root component that provides the styling context for the ToggleButton component. * Uses Chakra UI's recipe context system for consistent styling across instances. */ export declare const ToggleButtonRoot: import('react').ForwardRefExoticComponent["size"]; variant?: import('@chakra-ui/react').RecipeProps<"nimbusToggleButton">["variant"]; }>, "colorPalette"> & { colorPalette?: import('../..').SemanticPalettesOnly; } & import('react').RefAttributes>;