export declare class InvoiceExpensesClassification {
    invoiceMark: number;
    classificationMark?: number;
    entityVatNumber?: string;
    constructor(props?: InvoiceExpensesClassification);
}
