import { EmbedElement } from "../EmbedElement"; export declare class Inline extends EmbedElement { static get observedAttributes(): string[]; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; constructor(); } //# sourceMappingURL=inline.d.ts.map