export declare function queryCheckedElement(parentEl: HTMLElement | null): HTMLElement | null; export declare function valueComparator(value: T | T[] | undefined, currentValue: T, comparator?: string | ((a: T, b: T) => boolean)): boolean; export declare function compare(value?: T, currentValue?: T, comparator?: string | ((a: T, b: T) => boolean)): boolean;