import { OnInit } from '@angular/core'; import { Context, Size } from '../enums'; import * as i0 from "@angular/core"; export declare class LoadersComponent implements OnInit { size: Size; context: Context; /** Enums to be used in the template **/ contextEnum: typeof Context; sizeEnum: typeof Size; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }