import { StyleOptions } from '../../types'; export interface AnimationFillModeProps { /** * The **`animation-fill-mode`** CSS property sets how a CSS animation applies styles to its target before and after its execution. * * @see https://developer.mozilla.org/docs/Web/CSS/animation-fill-mode */ style$AnimationFillMode: T; } export declare const animationFillMode: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;