import { TApiCredentials } from "../types/api-credentials.type"; export declare function initEmbeddedComponentWithDataset(nativeElement: HTMLElement, credentialHandler: (credentials: TApiCredentials) => void, attributeMap?: {}): {};