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