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