import * as i0 from "@angular/core"; export type SkeletonVariant = 'text' | 'circle' | 'rect' | 'card' | 'avatar-row' | 'table-row'; export declare class SkeletonComponent { variant: SkeletonVariant; width?: string; height?: string; tableColumns: string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }