import { OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LoadingPageComponent implements OnChanges { message: string; spinnerColor: string; backgroundColor: string; textColor: string; size: 'small' | 'medium' | 'large'; type: 'circle' | 'dots' | 'bars' | 'skeleton' | 'pulse' | 'wave' | 'dual-ring'; customVars: { [key: string]: string; }; ngOnChanges(): void; getSizeValue(size: 'small' | 'medium' | 'large'): string; getSkeletonShades(color: string): { [key: string]: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }