import { InputHTMLAttributes } from 'react'; export type CheckboxProps = Omit, 'className' | 'style' | 'type'>; /** Represents a checkbox component. */ export declare const Checkbox: import('react').ForwardRefExoticComponent>;