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