import React from 'react'; import { Props } from './Profile.types'; declare const Profile: (props: Props) => import("react/jsx-runtime").JSX.Element; export default Profile;