import type { StatefulCheckboxProps } from './types'; declare const StatefulCheckbox: { (props: StatefulCheckboxProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default StatefulCheckbox;