import { OnInit } from '@angular/core'; export declare class NgxFullpageLoaderComponent implements OnInit { label: string; constructor(); ngOnInit(): void; }