import { LitElement } from 'lit'; import '../button'; /** * Error block. * @slot unnamed - Slot for the error description. * @slot image - Slot for the error image. * @slot actions - Slot for the action buttons. */ export declare class ErrorBlock extends LitElement { static styles: import("lit").CSSResult; /** Title text */ accessor titleText: string; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=errorBlock.d.ts.map