import { LitElement } from 'lit'; export declare class ObcNotificationButton extends LitElement { openRight: boolean; openLeft: boolean; cornerLeft: boolean; cornerRight: boolean; icon: boolean; disabled: boolean; indent: boolean; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'obc-notification-button': ObcNotificationButton; } } //# sourceMappingURL=notification-button.d.ts.map