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