import { FC } from 'react'; export declare type InvoicePropsType = { orderID: string; }; declare const Invoice: FC; export default Invoice;