import { type CSSObject } from '@emotion/serialize'; import { EmotionCache } from '@emotion/cache'; import { type SerializedStyles } from '@emotion/utils'; export declare function useStyle(style: CSSObject): string; export declare function useStyles(cache: EmotionCache, styles: SerializedStyles[]): void; export declare function serializedStyleClassName(cache: EmotionCache, serialized: SerializedStyles): string; //# sourceMappingURL=use-style.d.ts.map