import { AnyObject } from "@data-driven-forms/react-form-renderer"; /** * Add propper typings * Should come from common package in the future */ export type MultipleChoiceListProps = AnyObject; declare const MultipleChoiceList: React.ComponentType; export default MultipleChoiceList;