import { OnInit } from '@angular/core'; import { ContentLoaderMetadata } from './types'; import * as i0 from "@angular/core"; export declare class ContentLoaderComponent implements OnInit { /** * Loader configuration object. * @type {ContentLoaderMetadata} * @property size - The spinner size. * @property color - The spinner color. * @property text - The loading text (optional). * @property name - The spinner name (optional). */ props: ContentLoaderMetadata; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }