import * as React from 'react';
import { AnimationProviderProps } from './Animation.types';
declare function AnimationProvider(props: AnimationProviderProps): React.JSX.Element;
export { AnimationProvider };
