import { ActionButton } from './actionButton'; import { SectionElementOptions } from './sectionElementOptions'; export interface SectionElementContent { label: string; value: string; hideElement?: boolean; highlight: boolean; highlightMessage: string; sectionOptions: SectionElementOptions; actionButton?: ActionButton; }