import { LitElement } from 'lit'; import '../button/button'; /** * * @fires ack-click - Fired when the ack button is clicked */ export declare class ObcAlertMenuItem extends LitElement { message: string; time: string; timeSince: string; acknowledgeble: boolean; acknowledged: boolean; narrowBreakpointPx: number; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'ob-alert-menu-item': ObcAlertMenuItem; } } //# sourceMappingURL=alert-menu-item.d.ts.map