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