/// export interface IModalSectionHeaderProps { className?: string; icon?: string; children?: React.ReactNode; addMode?: boolean; onEdit?(): any; testId?: string; }