export declare class ItemDetaisPdf { static PrintFile: any; static ItemDetailsPrint(Item: any, win: any, custom: boolean, txt: string): void; static ChangeTableFormat(Item: any, custom: boolean, txt: string): ({ image: string; 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; })[]; image?: undefined; stack?: undefined; } | { alignment: string; marginTop: number; stack: { text: string; bold: boolean; lineHeight: number; }[]; image?: undefined; columns?: undefined; })[] | { stack: ({ style: string; table: { widths: string[]; body: (({ text: string; lineHeight: number; } | { text: any; lineHeight?: undefined; })[] | ({ text: string; lineHeight: number; colSpan?: undefined; } | { text: any; colSpan: number; lineHeight?: undefined; } | { text?: undefined; lineHeight?: undefined; colSpan?: undefined; })[])[]; }; } | { image: string; alignment: string; style?: undefined; marginLeft?: undefined; marginTop?: undefined; table?: undefined; } | { style: string; marginLeft: number; marginTop: number; table: { marginTop: number; widths: number[]; body: ({ text: string; lineHeight: number; } | { text: string; lineHeight?: undefined; })[][]; }; image?: undefined; alignment?: undefined; })[]; }; static TableCreation(Item: any): { style: string; table: { widths: string[]; body: (({ text: string; lineHeight: number; } | { text: any; lineHeight?: undefined; })[] | ({ text: string; lineHeight: number; colSpan?: undefined; } | { text: any; colSpan: number; lineHeight?: undefined; } | { text?: undefined; lineHeight?: undefined; colSpan?: undefined; })[])[]; }; }; static textToBase64Barcode(text: any, custom: boolean): string; }