import React from 'react'; import { BCCheckBoxProps } from './types'; export declare const BCNewCheckBox: React.FC; export default BCNewCheckBox;