///
import { ControllerRenderProps } from "react-hook-form";
import { LimitOrderValues } from "../types";
declare const ControllerPrice: ({ render, }: {
render: (state: {
field: ControllerRenderProps;
}) => any;
}) => JSX.Element;
export { ControllerPrice };
//# sourceMappingURL=controllerPrice.d.ts.map