/** * 加载更多 */ export declare class WeUILoadmore { /** * 分割线 */ line: any; /** * 点 */ dot: any; /** * 正在加载 */ loading: boolean; constructor(); }