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