export declare class EPdfColumnAlignment { readonly id: number; readonly name: string; static readonly LEFT: EPdfColumnAlignment; static readonly CENTER: EPdfColumnAlignment; static readonly RIGHT: EPdfColumnAlignment; static readonly JUSTIFY: EPdfColumnAlignment; private constructor(); toString(): number; }