export declare function isPaperFormat(format: any): format is "Letter" | "Legal" | "Ledger" | "A0" | "A1" | "A2" | "A3" | "A4" | "A5" | "A6"; //# sourceMappingURL=utils.d.ts.map