export type ControllingPersonToggle = { key: string; label: string; onClick: () => void; };