/// <reference types="react" />
declare const _default: (<ActiveValueT = boolean, InactiveValueT = boolean>(p: import("react").PropsWithChildren<import("./interface").CheckboxProps<ActiveValueT, InactiveValueT>>) => JSX.Element) & {
    Icon: import("react").NamedExoticComponent<import("./interface").CheckboxIconProps>;
};
export default _default;
