import type { StyleCache } from './getStyleCache.js'; import type { JsxstyleComponentStyleProps } from './types.js'; export declare const makeCssFunction: (cache: Pick) => (...params: Array) => string; //# sourceMappingURL=makeCssFunction.d.ts.map