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