declare const rootComponent: {
    template: string;
    controller: typeof c8yUiRootController;
    controllerAs: string;
};
declare function c8yUiRootController($rootScope: any, $timeout: any, c8yBase: any, c8yNavigator: any, c8yApplication: any, c8yHeaderService: any): void;
export { rootComponent };
//# sourceMappingURL=root.component.d.ts.map