import type { GetClassNameForKeyFn } from './processProps.js'; import type { CacheObject } from './types.js'; export declare const createClassNameGetter: (cacheObject: CacheObject, classNameFormat?: "hash") => GetClassNameForKeyFn; //# sourceMappingURL=createClassNameGetter.d.ts.map