export default class EmbedImage { url: string; proxyUrl?: string; height?: number; width?: number; constructor(init?: Partial); } //# sourceMappingURL=EmbedImage.d.ts.map