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