import { SlotComponent } from '../../type-utils/slot-types'; import { CheckboxRootSlotProps, CheckboxIndicatorSlotProps, CheckboxLabelSlotProps } from './checkbox.types'; export declare const CheckboxRoot: SlotComponent; export declare const CheckboxLabel: SlotComponent; export declare const CheckboxIndicator: SlotComponent;