import * as React from 'react'; import { ConnectedCheckboxProps } from './types'; export declare const ConnectedCheckbox: React.FC;