export declare const diagnostics: {
    UNKNOWN_STATE_USAGE: {
        (name: string): import("../diagnostics").DiagnosticBase;
        code: string;
        severity: import("../diagnostics").DiagnosticSeverity;
    };
};
export declare const hooks: import("./feature").FeatureHooks<import("./feature").NodeTypes>;
//# sourceMappingURL=css-pseudo-class.d.ts.map