import React from 'react'; declare type ConstraintProps = { children?: React.ReactNode | null; className?: string; index: number; title: string; value: number | string; unit?: string; onRemove: (index: number) => any; }; declare const _default: import("react-redux").ConnectedComponent<{ ({ children, className, index, title, value, unit, onRemove }: ConstraintProps): JSX.Element; defaultProps: { children: null; className: string; unit: string; }; }, Pick>; export default _default; //# sourceMappingURL=Constraint.d.ts.map