import { PureComponent } from 'react'; export default class PopperContent extends PureComponent { static defaultProps: { onContentDestroyed: () => null; }; constructor(props: any); handleRestAnimation(): void; renderArrow({ ref, style }: { ref: any; style: any; }, placement: any): import("react/jsx-runtime.js").JSX.Element | null; renderContent({ ref, style, placement, arrowProps, scheduleUpdate, outOfBoundaries }: { ref: any; style: any; placement: any; arrowProps: any; scheduleUpdate: any; outOfBoundaries: any; }): import("react/jsx-runtime.js").JSX.Element; render(): import("react/jsx-runtime.js").JSX.Element; }