import { type IExportDefinitionVisualizationObjectSettings } from "@gooddata/sdk-model"; type PdfPageSize = NonNullable; /** * Returns the default PDF page size based on the format locale. * * @param formatLocale - The format locale to use. * @returns The default PDF page size. */ export declare function getDefaultPdfPageSize(formatLocale?: string): PdfPageSize; export {}; //# sourceMappingURL=pdfPageSize.d.ts.map