import React, { ReactNode } from 'react'; interface Props { stagger?: number; started?: boolean; children: ReactNode; } declare const AnimationGroup: React.FC; export default AnimationGroup; //# sourceMappingURL=AnimationGroup.d.ts.map