import { StyleOptions } from '../../types'; export interface AnimationTimingFunctionProps { /** * The `**animation-timing-function**` CSS property sets how an animation progresses through the duration of each cycle. * * @see https://developer.mozilla.org/docs/Web/CSS/animation-timing-function */ style$AnimationTimingFunction: T; } export declare const animationTimingFunction: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;