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<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
export default CellContainer;
//# sourceMappingURL=CellContainer.web.d.ts.map