import * as i0 from '@angular/core'; /** * Renders a Skeleton element. Used to scaffold page layout while content/data is loading. * * The component is currently used for library-internal purpose only and extended whenever new requirements pop up. * Might be released publicly once ready. * * @experimental * @internal */ declare class SkeletonComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { SkeletonComponent };