export interface LoadingOptions { spinner?: string; content?: string; cssClass?: string | string[]; showBackdrop?: boolean; duration?: number; translucent?: boolean; }