import { FC } from "react"; import { NumberInputProps } from "../../../Input"; export declare const PlaceOrderInput: FC;