import type { AIResult } from '../engine'; export declare function SmartCell({ text, aiResult, queuedInference, }: { text: string; aiResult?: AIResult; /** Waiting in job queue — no cache entry yet while the grid is analysing. */ queuedInference?: boolean; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SmartCell.d.ts.map