import { VariableSizeList } from '@o/react-window'; import React from 'react'; import { VariableSizeListProps } from 'react-window'; export declare type DynamicListProps = Omit & { height?: number; width?: number; disableMeasure?: boolean; measureKey?: any; }; export declare const DynamicList: React.MemoExoticComponent & { height?: number; width?: number; disableMeasure?: boolean; measureKey?: any; } & React.RefAttributes>>; export declare type DynamicListControlled = VariableSizeList; //# sourceMappingURL=DynamicList.d.ts.map