import { SkeletonRectangleProperties } from '@engie-group/fluid-types'; import * as i0 from "@angular/core"; export declare class SkeletonRectangleComponent implements SkeletonRectangleProperties { /** * @ignore */ private skeletonClassName; /** * Rectangle skeleton height */ height?: SkeletonRectangleProperties['height']; /** * Rectangle skeleton width */ width?: SkeletonRectangleProperties['width']; /** * Rectangle skeleton size (based on font sizes) */ scale?: SkeletonRectangleProperties['scale']; get classes(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }