export interface ModalProps { headline: string; bodyCopy: string; body: string; onAccept: () => void; onCancel: () => void; }