import React from 'react'; import { FillerProps } from './VirtualList.types'; /** * Filler component to provide the scroll content real height. */ declare const Filler: React.ForwardRefExoticComponent>; export default Filler;