import { GemElement } from '@mantou/gem/lib/element'; import './use'; export declare class DuoyunEmptyElement extends GemElement { static unnamed: string; icon?: string | Element | DocumentFragment; text: string; slotName: string; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=empty.d.ts.map