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