export interface ButtonData { label: string; value: string; name: string; active?: boolean; hintText?: string; }