import { default as React, ComponentProps } from 'react'; type ToggleProps = { /** * The CSS class name. */ className?: string; } & Omit, "type">; /** * A toggle component. */ export declare const ToggleInput: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; /** * A styled checkbox input wrapped in a `Control` component, for use in Radix forms. */ export declare const ToggleControl: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes, "ref"> & React.RefAttributes>; export {}; //# sourceMappingURL=Toggle.d.ts.map