import React from "react";
import { ViewProps } from "react-native";
export interface CellContainerProps extends ViewProps {
    index: number;
}
declare const CellContainer: React.ForwardRefExoticComponent<CellContainerProps & React.RefAttributes<unknown>>;
export default CellContainer;
//# sourceMappingURL=CellContainer.d.ts.map