export declare class AdjustmentDrugPDFService { static GetPrint(ReOrderPointData: any, DatesDetails: any): any; static CustomerAndVehicleDetailsAfterLine(): { canvas: { type: string; lineColor: string; x1: number; y1: number; x2: number; y2: number; lineWidth: number; }[]; }; static GetSignatures(CName: any, For: any, Type: any): { columns: { stack: { style: string; text: (string | { text: any; })[]; }[]; }[]; }; static CompanyName(CName: any): { style: string; text: (string | { text: any; })[]; }; static GetItemsTable(Items: any, DecimalsNumber: number): { style: string; marginTop: number; marginBottom: number; table: { widths: (string | number)[]; headerRows: number; body: any; }; layout: { hLineWidth: (i: any, node: any) => 1 | 0.5; vLineWidth: (i: any, node: any) => 1 | 0.5; hLineColor: (i: any, node: any) => "gray" | "lightgrey"; vLineColor: (i: any, node: any) => string; }; }; static BuildTableBodyForLaborAndParts(Items: any, DecimalsNumber: number): any; static GetHeaderNames(): any; }