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