/// declare const InspectionAddressToggle: ({ formApi, name, texts, ...props }: { [x: string]: any; formApi: any; name: any; texts: any; }) => JSX.Element; export { InspectionAddressToggle };