/// import { ListChildComponentProps } from 'react-window'; import { ListItemData } from '../types'; export declare const Row: ({ index, style, data, isScrolling, }: ListChildComponentProps>) => JSX.Element | null; //# sourceMappingURL=Row.d.ts.map