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<Omit<any, "ref"> & React.RefAttributes<unknown>>;
export default CellContainer;
//# sourceMappingURL=CellContainer.web.d.ts.map