import React from 'react'; declare type ConstraintChooserProps = { onAdd: (selection: any) => any; }; declare type ConstraintChooserState = { selections: any[]; }; declare class ConstraintChooser extends React.Component { constructor(props: any); render(): JSX.Element; } export default ConstraintChooser; //# sourceMappingURL=ConstraintChooser.d.ts.map