import { Title } from '@angular/platform-browser';
import { SkyAppConfig } from '@skyux/config';
import * as i0 from "@angular/core";
export declare class StacheTitleService {
    private title;
    private configService;
    constructor(title: Title, configService: SkyAppConfig);
    setTitle(...parts: string[]): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<StacheTitleService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<StacheTitleService>;
}
