import React from "react";
import { InvoiceProps } from "./types";
export declare const Invoice: React.FC<InvoiceProps>;
