import { CheckboxProps } from './Checkbox.types'; /** * Checkbox component for binary selections. * Supports default and dashed variants, optional dropdown menu, and custom label layouts. * Meets WCAG 2.1 Level AA accessibility standards. * * @example * // Basic checkbox * * * // Dashed variant (for partial/indeterminate states) * * * // With dropdown menu * * * // Without form label wrapper * */ export declare const Checkbox: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; //# sourceMappingURL=index.d.ts.map