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