import React from 'react';
import { CheckBoxBaseProps } from '../interfaces';
export declare const CheckBox: ({ ...props }: CheckBoxBaseProps) => React.JSX.Element;
