import { LitElement } from 'lit'; import '../button/button'; import '../card-list-button/card-list-button'; import '../../icons/icon-chevron-right-google'; import '../../icons/icon-alert-list'; /** * * @fires ack-all-click - Fired when the ack button is clicked * @fires alert-list-click - Fired when the alert list button is clicked */ export declare class ObcAlertMenu extends LitElement { empty: boolean; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'obc-alert-menu': ObcAlertMenu; } } //# sourceMappingURL=alert-menu.d.ts.map