import { OnChanges, SimpleChanges } from '@angular/core'; import { SkeletonPreset, SKELETON_PRESETS } from './skeleton-presets'; import * as i0 from "@angular/core"; export declare class SkeletonLoaderComponent implements OnChanges { preset?: keyof typeof SKELETON_PRESETS; config?: SkeletonPreset; darkMode?: boolean; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private updateConfig; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }