export interface Button { id: string; text: string | number; icon:""; size?: string; type?: string; disabled?: boolean; }