import { ICheckBox, ICheckBoxProps } from "./types";
/**
 * CheckBox
 */
export declare const CheckBox: (props: ICheckBoxProps) => ICheckBox;
