export declare function waitForElementMountedOnDom(params: {
    elementId: string;
}): Promise<void>;
