type Props = {
  /** The number of rows */
  rowsLength: number;
};
declare function GridVirtualScrollerFiller({
  rowsLength
}: Props): import("react/jsx-runtime").JSX.Element | null;
declare const Memoized: typeof GridVirtualScrollerFiller;
export { Memoized as GridVirtualScrollerFiller };