import { EmotionCache } from '@emotion/utils'; import { ICSSInJSStyle } from '@fluentui/styles'; /** * Allows to transform animations that are defined under "animationName" to keyframes. */ export declare function invokeKeyframes(cache: EmotionCache, styles: ICSSInJSStyle): ICSSInJSStyle;