import React from 'react'; export default function LoginDialogue({ handleClose, }: { handleClose: (arg?: string) => void; }): React.JSX.Element;