/** * @license * Copyright 2024 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ /** * @internal */ export declare const cssQuerySelector: (root: Node, selector: string) => Element | null; /** * @internal */ export declare const cssQuerySelectorAll: (root: Node, selector: string) => Iterable; //# sourceMappingURL=CSSSelector.d.ts.map