import { PopperProps } from '@material-ui/core'; declare function VirtualViewportPopper({ style, ...other }: PopperProps): JSX.Element; export default VirtualViewportPopper;