import { TemplateRef } from '@angular/core';
import { SdsSidenavListComponent } from './sidenav-list/sidenav-list.component';
import * as i0 from "@angular/core";
export declare class SdsSidenavListNestedDirective {
    templateRef: TemplateRef<SdsSidenavListComponent>;
    constructor(templateRef: TemplateRef<SdsSidenavListComponent>);
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsSidenavListNestedDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<SdsSidenavListNestedDirective, "ng-template[sdsSidenavListNested]", never, {}, {}, never, never, false, never>;
}
