export function Checkbox({ height, properties, styles, fireEvent, setExposedVariable, registerAction, darkMode, dataCy, PatientRegistrationFormData, setPatientRegistrationFormData, component, }: { height: any; properties: any; styles: any; fireEvent: any; setExposedVariable: any; registerAction: any; darkMode: any; dataCy: any; PatientRegistrationFormData: any; setPatientRegistrationFormData: any; component: any; }): import("react/jsx-runtime").JSX.Element;