import { StringMap } from '../../core/public-api';
import * as i0 from "@angular/core";
export type skeletonType = 'rect' | 'round' | 'image';
export declare class SkeletonItemComponent {
    active: boolean;
    type: skeletonType;
    isSquare: boolean;
    customStyle: StringMap;
    getClass(type: skeletonType): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonItemComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonItemComponent, "acl-skeleton-item", never, { "active": { "alias": "active"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isSquare": { "alias": "isSquare"; "required": false; }; "customStyle": { "alias": "customStyle"; "required": false; }; }, {}, never, never, false, never>;
}
