export declare class ResponsiveEmbed { base: HTMLElement; aspectRatio: string; handleAspectRatioChange(): void; connectedCallback(): void; handleSlotChange(): void; setAspectRatio(): void; render(): any; }