import { LitElement, TemplateResult } from 'lit'; export declare abstract class SbbActionBaseElement extends LitElement { protected setupBaseEventHandlers(): void; protected dispatchClickEvent(event: KeyboardEvent): void; /** Override this method to render the component template. */ protected renderTemplate(): TemplateResult; /** Default render method for button-like components. */ protected render(): TemplateResult; } //# sourceMappingURL=action-base-element.d.ts.map