import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UofxSkeletonComponent implements OnInit { /** 類型 */ type: 'list' | 'block' | 'full'; /** 要顯示幾個 seletion */ count: number; /** 列表樣式時需有幾行skeleton-text(default:預設為3行、min: 1行) */ skeletonTextType: 'default' | 'min'; width: number; /** 用來延遲顯示skeleton,避免太頻繁顯示會看起來很像效能不好 */ showSkeleton: boolean; skeletonCount: any[]; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }