export function DemographicField({ height, properties, styles, darkMode, registerAction, setExposedVariable, dataCy, reportTemplateDataMap, component, containerProps, patientData, }: { height: any; properties: any; styles: any; darkMode: any; registerAction: any; setExposedVariable: any; dataCy: any; reportTemplateDataMap: any; component: any; containerProps: any; patientData: any; }): import("react/jsx-runtime").JSX.Element;