export interface DotSelectButtonOption { label: string; icon: string; disabled?: boolean; }