import * as i0 from "@angular/core"; export declare enum LoaderSize { small = "small", medium = "medium", large = "large" } export declare enum LoaderType { pulsing = "pulsing", infiniteSpinner = "infinite-spinner", convergingSpinner = "converging-spinner" } export declare enum LoaderThemeColor { primary = "primary", secondary = "secondary", tertiary = "tertiary", info = "info", success = "success", warning = "warning", error = "error", dark = "dark", light = "light", inverse = "inverse" } export declare class LoaderComponent { size: 'small' | 'medium' | 'large'; type: 'pulsing' | 'infinite-spinner' | 'converging-spinner'; themeColor: 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }