import { SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GtrSkeletonDirective { private tpl; private vcr; isLoading: boolean; size: number; width: string; height: string; className: string; constructor(tpl: TemplateRef, vcr: ViewContainerRef); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }