import { Embed, IEmbedConfiguration } from 'powerbi-client'; /** * Embed a PowerBI object in the specified element. */ export declare const embed: (container: HTMLElement, config: IEmbedConfiguration) => Promise;