import OpenInvoiceContainer from '../helpers/OpenInvoiceContainer';
import { OpenInvoiceContainerProps } from '../helpers/OpenInvoiceContainer/OpenInvoiceContainer';
export default class AfterPayB2B extends OpenInvoiceContainer {
    static type: string;
    protected static defaultProps: OpenInvoiceContainerProps;
    formatProps(props: any): any;
}
