import type { UserProfileProps } from '../types';
declare function UserProfileView({ onBack }: UserProfileProps): import("react/jsx-runtime").JSX.Element;
export default UserProfileView;
//# sourceMappingURL=UserProfileView.d.ts.map