export declare const atRuleTitles: Record<string, string>;
export declare const functionTitles: Record<string, string>;
export declare const keywordTitles: Record<string, string>;
export declare const propertyValuePairTitles: Record<string, readonly [string, string]>;
export declare const propertyTitles: Record<string, string[]>;
export declare const unitTitles: Record<string, string>;
export declare const getMatchingPropertyValuePairTitles: ({ propertyName, propertyValue }: {
    propertyName: string;
    propertyValue: string;
}) => string[];
export declare const getMatchingAtRuleTitles: ({ atRules }: {
    atRules: string[];
}) => string[];
export declare const getMatchingFunctionTitles: ({ propertyValue }: {
    propertyValue: string;
}) => string[];
export declare const getMatchingKeywordTitles: ({ propertyValue }: {
    propertyValue: string;
}) => string[];
export declare const getMatchingPropertyTitles: ({ propertyName }: {
    propertyName: string;
}) => string[];
export declare const getMatchingPropertyValueTitles: ({ propertyValue }: {
    propertyValue: string;
}) => string[];
export declare const getMatchingUnitTitles: ({ propertyValue }: {
    propertyValue: string;
}) => string[];
//# sourceMappingURL=css-titles.d.ts.map