import { BaseCellRenderer } from '../../core/property/index.js'; export declare class ImageCell extends BaseCellRenderer { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } export declare const imagePropertyConfig: import("../../index.js").PropertyMetaConfig<"image", {}, string | null, string | null>; //# sourceMappingURL=cell-renderer.d.ts.map