import { ListChildComponentProps } from "react-window"; export declare function Child( props: ListChildComponentProps ): JSX.Element | null;