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