/*** * @FileName: 底部组件 * @Author: manyao.zhu * @Date: 2020-05-06 10:39:10 */ import { OnInit } from '@angular/core'; import { SettingsService } from '@ithinkdt/shared/browser'; import { ThemeConfig } from '@ithinkdt/theme/models'; export declare class FooterComponent implements OnInit { private settings; fixWidth: boolean; themeConfig: ThemeConfig; constructor(settings: SettingsService); ngOnInit(): void; }