import { Emitter } from '@mantou/gem/lib/decorators'; import { GemElement } from '@mantou/gem/lib/element'; import { DuoyunScrollBaseElement } from './base/scroll'; import './action-text'; declare type State = { bottomOverflow: boolean; expanded: boolean; }; /** * @customElement dy-more * @attr maxheight * @attr expandless */ export declare class DuoyunMoreElement extends GemElement { #private; maxheight: string; more: string; less: string; expandless: boolean; state: State; constructor(); render: () => import("lit-html/lib/template-result").TemplateResult; } /** * @customElement dy-more-slot */ export declare class DuoyunMoreSlotElement extends DuoyunScrollBaseElement { change: Emitter; constructor(); mounted: () => void; render: () => import("lit-html/lib/template-result").TemplateResult; } export {}; //# sourceMappingURL=more.d.ts.map