export declare const nativePseudoClasses: string[];
export declare const CSSWideKeywords: string[];
/**
 * list names of functional pseudo classes
 * - cannot be overridden by custom states
 * - might contain nested selectors
 */
export declare const reservedFunctionalPseudoClasses: string[];
export declare const knownPseudoClassesWithNestedSelectors: string[];
export declare const nativePseudoElements: string[];
export declare const nativeFunctionsDic: Record<string, {
    preserveQuotes: boolean;
}>;
//# sourceMappingURL=native-reserved-lists.d.ts.map