import React from 'react'; import { AuthModalProps } from '../types'; import '../styles/modal.css'; export declare const AuthModal: React.FC;