import { Binding, Component } from '@loopback/core'; /** * Provides out of the box invoice functionality. */ export declare class LbxInvoiceComponent implements Component { bindings: Binding[]; constructor(); }