import React from 'react'; import { CheckboxProps } from '.'; declare const Checkbox: React.FC; export default Checkbox;