import React from 'react'; import type { CreateCellProps } from './cellTypes.js'; type AnyObj = Record; /** * Creates a Cell ~~ with Apollo Client only ~~ * using the hooks useBackgroundQuery and useReadQuery * */ export declare function createSuspendingCell(createCellProps: CreateCellProps): React.FC; export {}; //# sourceMappingURL=createSuspendingCell.d.ts.map