import { LitElement } from 'lit'; /** * A pre-styled error page * * @element titanium-error-page * */ export declare class TitaniumErrorPage extends LitElement { /** * Reason text for the error */ accessor message: string; static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=error-page.d.ts.map