import { SkeletonEffects } from './skeletonEffect';
import * as i0 from "@angular/core";
export declare class SkeletonBlockComponent {
    width: string;
    height: string;
    effect: SkeletonEffects;
    borderRadius: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonBlockComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonBlockComponent, "skeleton-block", never, { "width": "width"; "height": "height"; "effect": "effect"; "borderRadius": "borderRadius"; }, {}, never, ["*"]>;
}
