import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const UserCircle: import("svelte").Component; type UserCircle = ReturnType; export default UserCircle; //# sourceMappingURL=user-circle.svelte.d.ts.map