import { GemElement } from '@mantou/gem/lib/element'; export declare class DuoyunPageLoadbarElement extends GemElement { #private; static instance?: DuoyunPageLoadbarElement; static timer: ReturnType | number; /**在延时时间内结束将不会显示加载条 */ static start({ delay }?: { delay?: number; }): Promise; static end(): Promise; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } export declare const Loadbar: typeof DuoyunPageLoadbarElement; //# sourceMappingURL=page-loadbar.d.ts.map