import type { Selector } from "css-what"; import type { CompiledQuery, CompileToken, InternalOptions } from "../types.js"; /** Used as a placeholder for :has. Will be replaced with the actual element. */ export declare const PLACEHOLDER_ELEMENT: {}; type Subselect = (next: CompiledQuery, subselect: Selector[][], options: InternalOptions, context: Node[] | undefined, compileToken: CompileToken) => CompiledQuery; export declare const subselects: Record; export {}; //# sourceMappingURL=subselects.d.ts.map