import React from 'react'; import type { SwitchUserModalProps } from '../types/auth'; export declare const SwitchUserModal: React.FC;