import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props } from './types'; import { DefaultSlots, InstallRecord, NameRecord } from '../types'; export declare const MePullRefresh: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; onRefresh?: (() => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: boolean) => any; } & { refresh: () => any; }, PublicProps, { loadText: string[]; loadIcon: boolean; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: boolean; } & Props> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; onRefresh?: (() => any) | undefined; }>, {}, {}, {}, {}, { loadText: string[]; loadIcon: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; onRefresh?: (() => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: boolean) => any; } & { refresh: () => any; }, string, { loadText: string[]; loadIcon: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: Readonly< DefaultSlots> & DefaultSlots; }) & InstallRecord & NameRecord;