import type { DefineComponent, ComponentPropsOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentObjectPropsOptions } from 'vue'; import type { Install } from '../../utils'; import UpLoad from "./src/up-load"; export declare const FzUpLoad: Install>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, readonly string[] | Readonly>>>, { [x: number]: string; } | {}, {}>>; export type UpLoadInstance = InstanceType; export * from './src/interface'; export default FzUpLoad;