import React from 'react';
declare const VirtualWrapper: React.MemoExoticComponent<(wrapperProps: React.PropsWithChildren<any>) => React.JSX.Element>;
export default VirtualWrapper;
