import { NgDocNavigation, NgDocPageNavigation } from '@ng-doc/app/interfaces';
import * as i0 from "@angular/core";
export declare class NgDocPageNavigationComponent implements NgDocPageNavigation {
    prevPage?: NgDocNavigation;
    nextPage?: NgDocNavigation;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgDocPageNavigationComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgDocPageNavigationComponent, "ng-doc-page-navigation", never, { "prevPage": { "alias": "prevPage"; "required": true; }; "nextPage": { "alias": "nextPage"; "required": true; }; }, {}, never, never, true, never>;
}
