import { type TuiPdfViewerOptions } from './pdf-viewer.options'; import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/cdk/portals"; export declare class TuiPdfViewerDirective { readonly tuiPdfViewerOptions: import("@angular/core").InputSignal>>; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, "ng-template[tuiPdfViewer]", never, { "tuiPdfViewerOptions": { "alias": "tuiPdfViewerOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.TuiPortalDirective; inputs: { "options": "tuiPdfViewerOptions"; "open": "tuiPdfViewer"; }; outputs: { "openChange": "tuiPdfViewerChange"; }; }]>; }