export interface ButtonProps { text: string; disabled?: boolean; onClick?: () => void; className?: string; }