import { ICSSInJSStyle } from '@fluentui/styles'; /** * Fela plugin for invoking keyframes with params. The keyframes, defined in the animationName prop, * are called with the params object, if defined in the animationName prop. * * Caution! Infinite recursion is possible in case if style object has links to self in the props * tree. */ export declare const felaInvokeKeyframesPlugin: (styles: ICSSInJSStyle) => ICSSInJSStyle;