import { TemplateRef } from '@angular/core'; /** * The nav drawer component. Since we may have some extension over the UX, * it groups the header and the content containers. */ export declare class LayoutNavDrawerComponent { _headerTemplate: TemplateRef; _contentTemplate: TemplateRef; }