import { Switch } from '@ark-ui/react/switch'; import type { ComponentProps } from 'react'; export type RootProps = ComponentProps; export declare const Root: import("styled-system/jsx").StyleContextProvider>, import("styled-system/recipes").SwitchComponentRecipe>; export declare const Label: import("styled-system/jsx").StyleContextConsumer>>; export declare const Thumb: import("styled-system/jsx").StyleContextConsumer>>; export declare const HiddenInput: import("react").ForwardRefExoticComponent>; export declare const Control: import("styled-system/jsx").StyleContextConsumer>>; export { SwitchContext as Context } from '@ark-ui/react/switch'; //# sourceMappingURL=Switch.d.ts.map