import { WebElement } from '@downforce/web/element';
export declare class HtmlSandbox extends WebElement {
    static getImplementation(): {
        onContentChange(element: HTMLElement): undefined;
        onHashChange(element: HTMLElement): undefined;
    };
    constructor();
    connectedCallback(): undefined;
}
//# sourceMappingURL=html-sandbox.d.ts.map