declare const MAX_TIMEOUT_DURATION = 5000; declare function waitForThemed(host: HTMLElement): Promise; export { MAX_TIMEOUT_DURATION, waitForThemed };