import * as i0 from "@angular/core";
export declare class TuiDocSeeAlso {
    private readonly pages;
    protected readonly text: string;
    seeAlso: readonly string[];
    protected getRouterLink(pageTitle: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiDocSeeAlso, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TuiDocSeeAlso, "tui-doc-see-also", never, { "seeAlso": { "alias": "seeAlso"; "required": false; }; }, {}, never, never, true, never>;
}
