import { AfterContentInit } from '@angular/core'; export declare class SkyToolbarComponent implements AfterContentInit { hasSections: boolean; private sectionComponents; ngAfterContentInit(): void; }