export declare const PullRefresh: import("../utils").WithInstall JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "refresh")[], "update:modelValue" | "change" | "refresh", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onRefresh?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; modelValue: boolean; animationDuration: string | number; headHeight: string | number; successDuration: string | number; }>>; export default PullRefresh; export type { PullRefreshProps } from './PullRefresh'; declare module 'vue' { interface GlobalComponents { VanPullRefresh: typeof PullRefresh; } }