import { ShadowlessElement } from '@revesuite/lit'; declare const ELEMENT_TAG: "affine-image-block-not-found-card"; export declare class AffineImageBlockNotFoundCard extends ShadowlessElement { static styles: import("lit").CSSResult; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { [ELEMENT_TAG]: AffineImageBlockNotFoundCard; } } export {}; //# sourceMappingURL=image-not-found.d.ts.map