import type { AIResult } from '../engine'; export declare function VisionCell({ imageUrl, aiResult, showPopover: showPopoverProp, }: { imageUrl: string; aiResult?: AIResult; /** Gate the hover popover. Defaults to false — analysis still runs in cache. */ showPopover?: boolean; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VisionCell.d.ts.map