export type ButtonOption = { icon?: string; iconRight?: string; label?: string; value?: unknown; [prop: string]: any; };