export declare const existsIn: (...a: readonly any[]) => any; export declare function elementExists(tagName: string, registry?: CustomElementRegistry): boolean; export declare const existsInWindow: any;