import { HydratedControllingPerson } from 'contexts/types'; export declare const ControllingPersonIdentificationRenderer: ({ controllingPerson, }: { controllingPerson: HydratedControllingPerson; }) => import("react/jsx-runtime").JSX.Element;