import React from "react"; /** * On web we use a view instead of cell container till we build native web implementations */ declare const CellContainer: React.ForwardRefExoticComponent & React.RefAttributes>; export default CellContainer; //# sourceMappingURL=CellContainer.web.d.ts.map