import * as i0 from "@angular/core";
export declare class SkeletonComponent {
    appearance: 'rectangle' | 'circle';
    width?: string;
    height?: string;
    borderRadius?: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "nfr-skeleton", never, { "appearance": { "alias": "appearance"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; }, {}, never, never, true, never>;
}
