import { ICSSInJSStyle, ThemePrepared } from '@fluentui/styles'; import { ComponentAnimationProp } from '../styles/types'; export declare const createAnimationStyles: (animation: ComponentAnimationProp, theme: ThemePrepared) => ICSSInJSStyle;