import * as React from 'react'; import type { StatefulCheckboxProps } from './types'; declare const StatefulCheckbox: { (props: StatefulCheckboxProps): React.JSX.Element; displayName: string; }; export default StatefulCheckbox;