/** * Internal dependencies */ import type { AnimationOutputProps } from './types'; declare function AnimationOutput({ config }: AnimationOutputProps): JSX.Element; export default AnimationOutput; //# sourceMappingURL=animationOutput.d.ts.map