import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GhostLoaderComponent implements OnInit, OnChanges { elementType: GhostLoaderType; diameter: any; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; /** * Enum of GhostLoaderType */ GhostLoaderType: typeof GhostLoaderType; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Enum for GhostLoader as per component Type */ export declare enum GhostLoaderType { ListViewLoader = 0, FilterViewLoader = 1, LeftMenuViewLoader = 2, PaginationViewLoader = 3, DataViewSelectionHeaderLoader = 4, BoardViewColumnLoader = 5, MainHeaderLoader = 6, SubHeaderLoader = 7, BarChartLoaderVertical = 8, BarChartLoaderHorizontal = 9, PieChartLoader = 10, LineChartLoader = 11, CardChartLoader = 12, TextChartLoader = 13, TabularChartLoader = 14, DashboardLoader = 15, DataDetailLoader = 16, WebFormLoader = 17, BoardViewColumnTitleLoader = 18, MainDataViewLoader = 19, TaskDataDetailLoader = 20, FormListLoader = 21 }