import type { UserProfileProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [UserProfileProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L556) * ## Props * @prop children * @prop src * @prop title = 'Profile picture' * @prop subtitle = 'JPG, GIF or PNG. Max size of 800K' */ declare const UserProfile: import("svelte").Component; type UserProfile = ReturnType; export default UserProfile;