/// interface Props { onSuccess: () => void; tabLogin: (type: string) => void; onRouteToRegister?: () => void; onRouteToReset?: () => void; } export default function DefalutLogin(props: Props): JSX.Element; export {};