export interface SegmentButtonEditProps { onClick: () => void; disabled?: boolean; }