/// import { ConnectedProps } from 'react-redux'; declare const connector: import("react-redux").InferableComponentEnhancerWithProps<{ onRemove: (index: number) => void; }, {}>; declare type ShapefileConstraintProps = ConnectedProps & { index: number; }; declare const _default: import("react-redux").ConnectedComponent<({ index, onRemove }: ShapefileConstraintProps) => JSX.Element, Pick>; export default _default; //# sourceMappingURL=ShapefileConstraint.d.ts.map