import type { CheckboxItemProps } from './types';
export declare const CheckboxItem: import("react").ForwardRefExoticComponent<CheckboxItemProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "as" | keyof CheckboxItemProps> & import("react").RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=checkbox-item.d.ts.map