import * as React from 'react';
import type { StatefulTooltipContainerProps } from './types';
declare class StatefulContainer extends React.Component<StatefulTooltipContainerProps> {
    static defaultProps: Partial<StatefulTooltipContainerProps>;
    render(): React.JSX.Element;
}
export default StatefulContainer;
