import React from 'react'; interface SignInMatchAnimationProps { email: string; visible: boolean; onComplete: () => void; } declare const SignInMatchAnimation: React.FC; export default SignInMatchAnimation; //# sourceMappingURL=SignInMatchAnimation.d.ts.map