import { LitElement } from 'lit'; import type { EmbedIframeStatusCardOptions } from '../types'; declare const EmbedIframeIdleCard_base: typeof LitElement & import("@blocksuite/global/utils").Constructor; export declare class EmbedIframeIdleCard extends EmbedIframeIdleCard_base { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; accessor options: EmbedIframeStatusCardOptions; } export {}; //# sourceMappingURL=embed-iframe-idle-card.d.ts.map