import type { TRSEvents } from '../types';
import 'vant/es/image/style/index';
declare const _default: import("vue").DefineComponent<{
    uiSchema: {
        type: ObjectConstructor;
        default: () => {};
    };
    trsData: {
        type: ObjectConstructor;
        default: () => void;
    };
    trsOptions: {
        type: ObjectConstructor;
        default: () => void;
    };
    comKey: {
        type: StringConstructor;
        default: string;
    };
    trsEvents: {
        type: {
            (arrayLength: number): TRSEvents[];
            (...items: TRSEvents[]): TRSEvents[];
            new (arrayLength: number): TRSEvents[];
            new (...items: TRSEvents[]): TRSEvents[];
            isArray(arg: any): arg is any[];
            readonly prototype: any[];
            from<T>(arrayLike: ArrayLike<T>): T[];
            from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
            from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
            from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
            of<T_4>(...items: T_4[]): T_4[];
            readonly [Symbol.species]: ArrayConstructor;
        };
        default: () => any[];
    };
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    uiSchema: {
        type: ObjectConstructor;
        default: () => {};
    };
    trsData: {
        type: ObjectConstructor;
        default: () => void;
    };
    trsOptions: {
        type: ObjectConstructor;
        default: () => void;
    };
    comKey: {
        type: StringConstructor;
        default: string;
    };
    trsEvents: {
        type: {
            (arrayLength: number): TRSEvents[];
            (...items: TRSEvents[]): TRSEvents[];
            new (arrayLength: number): TRSEvents[];
            new (...items: TRSEvents[]): TRSEvents[];
            isArray(arg: any): arg is any[];
            readonly prototype: any[];
            from<T>(arrayLike: ArrayLike<T>): T[];
            from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
            from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
            from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
            of<T_4>(...items: T_4[]): T_4[];
            readonly [Symbol.species]: ArrayConstructor;
        };
        default: () => any[];
    };
}>>, {
    uiSchema: Record<string, any>;
    trsData: Record<string, any>;
    trsOptions: Record<string, any>;
    comKey: string;
    trsEvents: TRSEvents[];
}>;
export default _default;
