export interface CommandIconButtonProps { id?: string; className?: string; tooltip: string; icon: string; command: string; activatable?: boolean; }