type $$ComponentProps = { class?: string; size?: number | string; strokeWidth?: number | string; }; declare const User: import("svelte").Component<$$ComponentProps, {}, "">; type User = ReturnType; export default User;