export declare class SallaMaintenanceAlert {
  host: HTMLElement;
  title: string;
  message: string;
  buttonTitle: string;
  componentWillLoad(): void;
  private closeAlert;
  render(): any;
  componentDidLoad(): void;
}
