import type { SkeletonAreaProperties } from '@engie-group/fluid-types'; import * as i0 from "@angular/core"; export declare class SkeletonAreaComponent implements SkeletonAreaProperties { /** * Area skeleton height */ height?: SkeletonAreaProperties['height']; /** * Area skeleton width */ width?: SkeletonAreaProperties['width']; /** * Area skeleton material icon */ icon: SkeletonAreaProperties['icon']; /** * Whether Area skeleton has custom icon */ hasCustomIcon: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }