import { type BlockStdScope } from '@blocksuite/std'; import { LitElement } from 'lit'; import type { EmbedIframeStatusCardOptions } from '../types'; export declare class EmbedIframeLoadingCard extends LitElement { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; accessor std: BlockStdScope; accessor options: EmbedIframeStatusCardOptions; } //# sourceMappingURL=embed-iframe-loading-card.d.ts.map