export declare class EPdfSize { readonly id: number; readonly name: string; static readonly LETTER: EPdfSize; static readonly LEGAL: EPdfSize; private constructor(); toString(): number; }