import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TlSkeleton implements OnInit {
    variant: 'text' | 'circle' | 'rect';
    animation: 'none' | 'pulse' | 'wave';
    width: string;
    height: string;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TlSkeleton, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TlSkeleton, "tl-skeleton", never, { "variant": "variant"; "animation": "animation"; "width": "width"; "height": "height"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=skeleton.d.ts.map