export declare class ItemBarCodeLabelPdf { static PrintFile: any; static ItemDetailsPrint(Item: any, win: any, custom: boolean, txt: string): void; static GetHeader(Entity: any, HColor: string): any; static ChangeTableFormat(Item: any, custom: boolean, txt: string): ({ svg: any; alignment: string; marginTop?: undefined; columns?: undefined; stack?: undefined; } | { alignment: string; marginTop: number; columns: ({ text: string; bold: boolean; marginTop: number; stack?: undefined; } | { stack: ({ text: string; bold: boolean; lineHeight: number; } | { text: string; bold: boolean; lineHeight?: undefined; })[]; text?: undefined; bold?: undefined; marginTop?: undefined; })[]; svg?: undefined; stack?: undefined; } | { alignment: string; marginTop: number; stack: { text: string; bold: boolean; lineHeight: number; }[]; svg?: undefined; columns?: undefined; })[] | { stack: ({ style: string; fontSize: number; table: { widths: string[]; body: ({ text: any; marginTop: number; marginBottom: number; }[] | ({ text: string; marginTop: number; marginBottom: number; colSpan?: undefined; } | { text: any; colSpan: number; marginTop: number; marginBottom: number; } | { text?: undefined; marginTop?: undefined; marginBottom?: undefined; colSpan?: undefined; })[])[]; }; } | { svg: any; alignment: string; marginTop: number; style?: undefined; marginLeft?: undefined; fontSize?: undefined; table?: undefined; } | { style: string; marginLeft: number; marginTop: number; fontSize: number; table: { marginTop: number; widths: number[]; body: { text: string; marginTop: number; marginBottom: number; }[][]; }; svg?: undefined; alignment?: undefined; })[]; }; static TableCreation(Item: any): { style: string; fontSize: number; table: { widths: string[]; body: ({ text: any; marginTop: number; marginBottom: number; }[] | ({ text: string; marginTop: number; marginBottom: number; colSpan?: undefined; } | { text: any; colSpan: number; marginTop: number; marginBottom: number; } | { text?: undefined; marginTop?: undefined; marginBottom?: undefined; colSpan?: undefined; })[])[]; }; }; static textToSvgBarcode(text: string): any; static textToBase64Barcode(text: any, custom: boolean): string; }