import { DekApi } from '@appkit/dek-plugin'; type Props = { api: DekApi; }; declare const Profile: (_props: Props) => import("react/jsx-runtime").JSX.Element; export default Profile;