export interface TechnicalSheetButtonProps { onPress?: () => void; expanded?: boolean; label?: string; className?: string; }