type KeyValue = { key: string; value: string; }; export declare const countMatchingKeyValues: (styleEntries: KeyValue[]) => number; export {};