///
import type { ICheckboxComponentType } from './types';
export declare const createCheckbox: ({ Root, Indicator, Icon, Label, Group, }: {
Root: import("react").ComponentType;
Indicator: import("react").ComponentType;
Icon: import("react").ComponentType;
Label: import("react").ComponentType