import { SkeletonContainerProperties } from '@engie-group/fluid-types'; import * as i0 from "@angular/core"; export declare class SkeletonContainerComponent implements SkeletonContainerProperties { /** * Skeleton label (read by screen readers). * Defaults to "Content is loading" */ screenReaderLabel?: SkeletonContainerProperties['screenReaderLabel']; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }