import React from 'react'; declare const Checkbox: (props: any) => React.JSX.Element; export default Checkbox;