export declare const List: import("xzx-design/es/utils").SFCWithInstall; errorText: StringConstructor; direction: { type: import("vue").PropType; default: import("./src/types").ListDirection; }; loadingText: StringConstructor; finishedText: StringConstructor; immediateCheck: { type: BooleanConstructor; default: true; }; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("load" | "update:error" | "update:loading")[], "load" | "update:error" | "update:loading", import("vue").PublicProps, Readonly; errorText: StringConstructor; direction: { type: import("vue").PropType; default: import("./src/types").ListDirection; }; loadingText: StringConstructor; finishedText: StringConstructor; immediateCheck: { type: BooleanConstructor; default: true; }; }>> & Readonly<{ onLoad?: ((...args: any[]) => any) | undefined; "onUpdate:error"?: ((...args: any[]) => any) | undefined; "onUpdate:loading"?: ((...args: any[]) => any) | undefined; }>, { direction: import("./src/types").ListDirection; offset: string | number; disabled: boolean; error: boolean; loading: boolean; finished: boolean; immediateCheck: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record; export default List; export * from './src/list';