import { FC } from '@dineug/r-html'; export type VirtualScrollProps = {}; declare const VirtualScroll: FC; export default VirtualScroll;