export declare const getIsClient: () => false | { (tagName: K, options?: ElementCreationOptions | undefined): HTMLElementTagNameMap[K]; (tagName: K_1, options?: ElementCreationOptions | undefined): HTMLElementDeprecatedTagNameMap[K_1]; (tagName: string, options?: ElementCreationOptions | undefined): HTMLElement; };