export declare const getActiveElement: (root?: Document | ShadowRoot) => Element | null; export declare function escapeOperandAttributeSelector(operand: string): string;