import { StyleCache } from './getStyleCache.js'; export { addStyleToHead } from './addStyleToHead.js'; export { componentStyles, type JsxstyleComponentName, } from './componentStyles.js'; export { createClassNameGetter } from './createClassNameGetter.js'; export { dangerousStyleValue } from './dangerousStyleValue.js'; export { hyphenateStyleName } from './hyphenateStyleName.js'; export { isObject } from './typePredicates.js'; export { processProps, type GetClassNameForKeyFn } from './processProps.js'; export { stringHash } from './stringHash.js'; export { generateCustomPropertiesFromVariants } from './generateCustomPropertiesFromVariants.js'; export { createRequestStyleCache, RequestStyleCache, } from './createRequestStyleCache.js'; export { getVariantSwitcher } from './getVariantSwitcher.js'; export { StyleCache, getStyleCache } from './getStyleCache.js'; export type { StyleCacheOptions } from './getStyleCache.js'; export type { CacheObject, EventHandlerKeys, PseudoPrefixedProps, CSSProperties, JsxstyleComponentStyleProps, } from './types.js'; export type { CommonComponentProp } from './parseStyleProps.js'; export type { MakeCustomPropertiesFunction, BuiltCustomProperties, VariantOptions, } from './makeCustomProperties.js'; export type { VariantMap, CustomPropsObject, CustomPropValuesObject, GetCustomProperties, } from './generateCustomPropertiesFromVariants.js'; export type { InsertRuleCallback } from './processProps.js'; export type { RequestStyleCacheOptions } from './createRequestStyleCache.js'; export declare const cacheSingleton: StyleCache; export declare const makeCustomProperties: (props: TCustomProps, options?: import("./makeCustomProperties.js").VariantOptions) => import("./makeCustomProperties.js").MakeCustomPropertiesFunction; export declare const css: (...params: Array) => string; //# sourceMappingURL=index.d.ts.map