Type '{ iconAtStart: { options: string[]; mapping: Record<string, unknown>; control: { type: string; labels: {}; }; }; iconAtEnd: { options: string[]; mapping: Record<string, unknown>; control: { type: string; labels: {}; }; }; children: { ...; }; }' is not assignable to type 'Partial<ArgTypes<ForwardRefExoticComponent<AriaButtonProps<"button"> & { color?: ButtonColor | undefined; variant?: ButtonVariant | undefined; size?: ButtonSize | undefined; ... 5 more ...; href?: string | undefined; } & RefAttributes<...>>>>'.