export declare const hasShadowDom: (el: HTMLElement) => boolean;
export declare function hasValue(str: string | null | undefined): boolean;
export declare const renderHiddenInput: (container: HTMLElement, name: string, value: string | undefined | null, disabled: boolean) => HTMLInputElement;