import * as React from 'react';
import { AnimateKeyframesProps } from './types';
export default function AnimateKeyframes(props: AnimateKeyframesProps): React.ReactElement;
