import type { TuiPopover } from '@taiga-ui/cdk/services';
import type { TuiPdfViewerOptions } from './pdf-viewer.options';
import * as i0 from "@angular/core";
export declare class TuiPdfViewerComponent<I, O> {
    protected readonly options: import("@angular/animations").AnimationOptions;
    protected readonly closeWord$: import("rxjs").Observable<string>;
    protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons;
    protected readonly context: TuiPopover<TuiPdfViewerOptions<I>, O>;
    protected onKeyDownEsc(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiPdfViewerComponent<any, any>, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TuiPdfViewerComponent<any, any>, "tui-pdf-viewer", never, {}, {}, never, never, true, never>;
}
