import type { StatefulContainerProps } from './types'; declare const StatefulCheckboxContainer: (props: StatefulContainerProps) => any; export default StatefulCheckboxContainer;