import { SetStateAction, Dispatch } from 'react'; export declare function LoginOptions({ onLoginModeChange, onClose, }: { onLoginModeChange: Dispatch>; onClose: () => void; }): import("react/jsx-runtime").JSX.Element;