import { EventEmitter } from '@angular/core'; export declare class ErrorContainerComponent { message?: string; buttonLabel?: string; buttonFill?: 'clear' | 'outline' | 'solid'; buttonShape?: 'round'; buttonColor?: string; reload: EventEmitter; }