import React from "react"; declare type Props = { style: React.CSSProperties; index: number; }; export declare const RowContainer: React.MemoExoticComponent<(({ index, style, }: Props) => JSX.Element)>; export {};