import { OnInit } from '@angular/core'; export declare class SubHeaderComponent implements OnInit { private document; theme: string; isHide: boolean; currentScroll: number; constructor(document: any); ngOnInit(): void; onWindowScroll(): void; }