import * as React from "react";
import { WrappedComponentProps } from "react-intl";
import { IMinMaxControlProps } from "../../interfaces/MinMaxControl";
declare const _default: React.FunctionComponent<import("react-intl").WithIntlProps<IMinMaxControlProps & WrappedComponentProps<"intl">>> & {
    WrappedComponent: React.ComponentType<IMinMaxControlProps & WrappedComponentProps<"intl">>;
};
export default _default;
