export declare function HTTPBasicLoginForm({ internetAccountId, handleClose, }: {
    internetAccountId: string;
    handleClose: (arg?: string) => void;
}): import("react/jsx-runtime").JSX.Element;
