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