Type '{ children: Element; name: string; variant: "tertiary"; color: "neutral"; size: "md"; onClick: () => void | undefined; autoFocus: true; icon: boolean; className: string; title: string; }' is not assignable to type 'IntrinsicAttributes & { variant?: "primary" | "secondary" | "tertiary" | undefined; color?: "accent" | "neutral" | "danger" | undefined; size?: "sm" | "md" | "lg" | undefined; fill?: boolean | undefined; loading?: boolean | undefined; asChild?: boolean | undefined; } & ButtonHTMLAttributes<...> & RefAttributes<...>'.