import type { StringList } from '../lib/types'; import { DuoyunLoadableBaseElement } from './base/loadable'; import type { ContextMenuItem } from './contextmenu'; import './use'; export type ActionItem = Omit & { handle: (rest: HTMLElement) => void | Promise; }; export declare class DuoyunCardElement extends DuoyunLoadableBaseElement { #private; static preview: string; static avatar: string; static header: string; static detail: string; static detailRight: string; static body: string; static unnamed: string; static footer: string; avatar: string; preview: string; header: StringList<'slot'>; detail: string; detailRight: string; actions?: ActionItem[]; crossorigin: 'anonymous' | 'use-credentials'; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=card.d.ts.map