import { GemElement, type TemplateResult } from '@mantou/gem/lib/element'; import type { StringList } from '../lib/types'; import type { Status } from './status-light'; import './heading'; import './paragraph'; import './space'; import './use'; export declare class DuoyunResultElement extends GemElement { #private; static header: string; static description: string; static unnamed: string; status: Status; header: StringList<'slot'> | TemplateResult; description: StringList<'slot'> | TemplateResult; icon?: string | Element | DocumentFragment; illustrator?: string | Element | DocumentFragment; render: () => TemplateResult; } //# sourceMappingURL=result.d.ts.map