import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export type BriosGridState = 'loading' | 'empty' | 'error'; export interface BriosGridStateTemplateContext { $implicit: BriosGridState; state: BriosGridState; error?: unknown; retry: () => Promise; } export declare class BriosGridStateTemplateDirective { readonly template: TemplateRef; state: BriosGridState; constructor(template: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }