import { LitElement } from 'lit'; export declare class BurnishCard extends LitElement { static properties: { title: { type: StringConstructor; }; status: { type: StringConstructor; }; 'status-label': { type: StringConstructor; attribute: string; }; body: { type: StringConstructor; }; meta: { type: StringConstructor; }; 'item-id': { type: StringConstructor; attribute: string; }; source: { type: StringConstructor; }; _parseError: { state: boolean; }; _expanded: { state: boolean; }; }; static styles: import("lit").CSSResult; title: string; status: string; 'status-label': string; body: string; meta: string; 'item-id': string; source: string; _parseError: boolean; _expanded: boolean; constructor(); private _handleClick; private _handleKeydown; private _toggleExpand; private _renderMarkdown; private _isUrl; render(): import("lit").TemplateResult<1> | undefined; } //# sourceMappingURL=card.d.ts.map