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