import { CustomTemplatesService } from '../../custom-templates.service'; import * as i0 from "@angular/core"; /** * The `LoadingInficatorPlaceholder` component displays the [default loading indicator](/chat/docs/sdk/angular/components/LoadingIndicatorComponent/) unless a [custom template](/chat/docs/sdk/angular/services/CustomTemplatesService/) is provided. This component is used by the SDK internally, you likely won't need to use it. */ export declare class LoadingIndicatorPlaceholderComponent { customTemplatesService: CustomTemplatesService; constructor(customTemplatesService: CustomTemplatesService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }