import React from 'react'; import type { GridCellProps } from './grid-cell'; export declare const GridCellLoading: ({ columnId, rowId, virtualStart, }: GridCellProps) => React.JSX.Element; export declare const GridCellLoadingMemo: typeof GridCellLoading; //# sourceMappingURL=grid-cell-loading.d.ts.map