import * as React from 'react';
import type { StatefulContainerProps } from './types';
export declare const StatefulContainer: React.FC<StatefulContainerProps>;
