/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { PDFExportMarginComponent } from '@progress/kendo-angular-pdf-export'; import * as i0 from "@angular/core"; /** * Represents the Kendo UI PDFMargin component for Angular. * Use this component to set the PDF page margins. * Supported units are: * - `"mm"` * - `"cm"` * - `"in"` * - `"pt"` (default) * When you provide only a number, the units default to points (`pt`). * * @example * ```html * * * * * * ``` */ export declare class PDFMarginComponent extends PDFExportMarginComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }