import React from 'react'; import { LegacyRef } from 'react'; import { List, ListProps, WindowScrollerProps } from 'react-virtualized'; import { Styles } from './VirtualizedList.style'; export declare type VirtualizedListProps = Styles & { rowHeight: ListProps['rowHeight']; items: any[]; deferredMeasurementCache?: ListProps['deferredMeasurementCache']; children: ListProps['rowRenderer']; scrollAutoHide?: boolean; scrollAutoHeightMax?: string | number; scrollElement?: WindowScrollerProps['scrollElement']; listRef?: LegacyRef; }; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root">>; export default _default; //# sourceMappingURL=VirtualizedList.d.ts.map