import * as CSSWhat from 'css-what';
type SelectorDetector = (selectors: CSSWhat.Selector[][]) => boolean;
export declare const selectorDetectorsMap: Record<string, SelectorDetector>;
export declare const psuedoSelectorTitles: Record<string, string>;
export declare const selectorTitles: Record<string, SelectorDetector>;
export declare const getMatchingSelectorTitles: ({ selector }: {
    selector: string;
}) => string[];
export declare const getMatchingPseudoSelectorTitles: ({ selector }: {
    selector: string;
}) => string[];
export {};
//# sourceMappingURL=selectors.d.ts.map