export type ConfirmDialog = { message: string; acceptLabel: string; rejectLabel?: string; header: string; accept: VoidFunction; reject?: VoidFunction; };