import { DuoyunVisibleBaseElement } from './base/visible'; export declare class DuoyunPlaceholderElement extends DuoyunVisibleBaseElement { #private; static line: string; /**@deprecated */ mode: 'single' | 'multi'; type: 'single' | 'multi'; center: boolean; /**% */ width: string; color: string; maxLine: number; minLine: number; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=placeholder.d.ts.map