declare const UserPanel: { Login: import("react").FC; }; export default UserPanel; export * from './UserLogin'; export { IUserLogin } from './types';