export declare class EmbeddedConfiguratorNative extends HTMLElement {
    static readonly proxyBaseUrl = "https://spc.cloud.ceventis.de/framer/host-proxy";
    static readonly attributeNames: string[];
    static get observedAttributes(): string[];
    private src;
    private proxyBaseUrl;
    private hasConnected;
    constructor();
    connectedCallback(): void;
    attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
    private bootstrapApp;
}

export declare class EmbeddedConfiguratorStrategy extends HTMLElement {
    static childAttributes: string[];
    static get observedAttributes(): string[];
    private child;
    private isIsolated;
    constructor();
    connectedCallback(): void;
    disconnectedCallback(): void;
    attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
    private initialize;
}

export { }
