/// declare type ConstraintChooserItemProps = { constraints: any[]; selections: any[]; onSelect: (selections: any[]) => any; }; declare const ConstraintChooserItem: ({ constraints, selections, onSelect }: ConstraintChooserItemProps) => JSX.Element; export default ConstraintChooserItem; //# sourceMappingURL=ConstraintChooserItem.d.ts.map