declare const TForm: ({
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
        className: {
            type: StringConstructor;
        };
        formOpts: {
            type: ObjectConstructor;
            default: () => {};
        };
        widthSize: {
            type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6>;
            validator: (value: number) => boolean;
            default: number;
        };
        labelPosition: {
            type: import("vue").PropType<"left" | "right" | "top">;
            default: string;
        };
        isTrim: {
            type: BooleanConstructor;
            default: boolean;
        };
    }>> & Readonly<{
        onHandleEvent?: ((...args: any[]) => any) | undefined;
        "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
        onGetRefs?: ((...args: any[]) => any) | undefined;
    }>, {
        props: any;
        cEvent: any;
        selectListType: import("vue").ComputedRef<(item: {
            list: string | number;
        }) => any>;
        compChildName: any;
        compChildLabel: import("vue").ComputedRef<(opt: {
            type: any;
            arrLabel: any;
        }, value: {
            [x: string]: any;
            value: any;
        }) => any>;
        compChildValue: import("vue").ComputedRef<(opt: {
            type: any;
            arrKey: any;
        }, value: {
            [x: string]: any;
            value: any;
        }, key: any) => any>;
        compChildShowLabel: import("vue").ComputedRef<(opt: {
            type: any;
            arrLabel: any;
        }, value: {
            [x: string]: any;
            label: any;
        }) => any>;
        colSize: import("vue").Ref<1 | 2 | 3 | 4 | 5 | 6, 1 | 2 | 3 | 4 | 5 | 6>;
        tform: any;
        instance: any;
        emits: (event: "handleEvent" | "update:modelValue" | "getRefs", ...args: any[]) => void;
        getChildWidth: (item: {
            widthSize: any;
        }) => string;
        getPlaceholder: (row: any) => any;
        handleEvent: (type: null, val: any, item: any, flag?: boolean) => void;
        selfValidate: () => Promise<unknown>;
        getRefs: (el: any, item: any, index: any) => void;
        tselecttableref: any;
        handleRef: (el: any, item: any, key: any) => void;
        selfResetFields: () => void;
        resetTselectTable: () => void;
        RenderComp: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
            render: FunctionConstructor;
            item: ObjectConstructor;
        }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
            render: FunctionConstructor;
            item: ObjectConstructor;
        }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
        RenderBtn: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
            render: FunctionConstructor;
            item: ObjectConstructor;
        }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
            render: FunctionConstructor;
            item: ObjectConstructor;
        }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
    }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "update:modelValue" | "getRefs")[], import("vue").PublicProps, {
        widthSize: 1 | 2 | 3 | 4 | 5 | 6;
        formOpts: Record<string, any>;
        labelPosition: "left" | "right" | "top";
        isTrim: boolean;
    }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import("vue").ExtractPropTypes<{
        className: {
            type: StringConstructor;
        };
        formOpts: {
            type: ObjectConstructor;
            default: () => {};
        };
        widthSize: {
            type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6>;
            validator: (value: number) => boolean;
            default: number;
        };
        labelPosition: {
            type: import("vue").PropType<"left" | "right" | "top">;
            default: string;
        };
        isTrim: {
            type: BooleanConstructor;
            default: boolean;
        };
    }>> & Readonly<{
        onHandleEvent?: ((...args: any[]) => any) | undefined;
        "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
        onGetRefs?: ((...args: any[]) => any) | undefined;
    }>, {
        props: any;
        cEvent: any;
        selectListType: import("vue").ComputedRef<(item: {
            list: string | number;
        }) => any>;
        compChildName: any;
        compChildLabel: import("vue").ComputedRef<(opt: {
            type: any;
            arrLabel: any;
        }, value: {
            [x: string]: any;
            value: any;
        }) => any>;
        compChildValue: import("vue").ComputedRef<(opt: {
            type: any;
            arrKey: any;
        }, value: {
            [x: string]: any;
            value: any;
        }, key: any) => any>;
        compChildShowLabel: import("vue").ComputedRef<(opt: {
            type: any;
            arrLabel: any;
        }, value: {
            [x: string]: any;
            label: any;
        }) => any>;
        colSize: import("vue").Ref<1 | 2 | 3 | 4 | 5 | 6, 1 | 2 | 3 | 4 | 5 | 6>;
        tform: any;
        instance: any;
        emits: (event: "handleEvent" | "update:modelValue" | "getRefs", ...args: any[]) => void;
        getChildWidth: (item: {
            widthSize: any;
        }) => string;
        getPlaceholder: (row: any) => any;
        handleEvent: (type: null, val: any, item: any, flag?: boolean) => void;
        selfValidate: () => Promise<unknown>;
        getRefs: (el: any, item: any, index: any) => void;
        tselecttableref: any;
        handleRef: (el: any, item: any, key: any) => void;
        selfResetFields: () => void;
        resetTselectTable: () => void;
        RenderComp: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
            render: FunctionConstructor;
            item: ObjectConstructor;
        }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
            render: FunctionConstructor;
            item: ObjectConstructor;
        }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
        RenderBtn: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
            render: FunctionConstructor;
            item: ObjectConstructor;
        }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
            render: FunctionConstructor;
            item: ObjectConstructor;
        }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
    }, {}, {}, {}, {
        widthSize: 1 | 2 | 3 | 4 | 5 | 6;
        formOpts: Record<string, any>;
        labelPosition: "left" | "right" | "top";
        isTrim: boolean;
    }>;
    __isFragment?: undefined;
    __isTeleport?: undefined;
    __isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    className: {
        type: StringConstructor;
    };
    formOpts: {
        type: ObjectConstructor;
        default: () => {};
    };
    widthSize: {
        type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6>;
        validator: (value: number) => boolean;
        default: number;
    };
    labelPosition: {
        type: import("vue").PropType<"left" | "right" | "top">;
        default: string;
    };
    isTrim: {
        type: BooleanConstructor;
        default: boolean;
    };
}>> & Readonly<{
    onHandleEvent?: ((...args: any[]) => any) | undefined;
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
    onGetRefs?: ((...args: any[]) => any) | undefined;
}>, {
    props: any;
    cEvent: any;
    selectListType: import("vue").ComputedRef<(item: {
        list: string | number;
    }) => any>;
    compChildName: any;
    compChildLabel: import("vue").ComputedRef<(opt: {
        type: any;
        arrLabel: any;
    }, value: {
        [x: string]: any;
        value: any;
    }) => any>;
    compChildValue: import("vue").ComputedRef<(opt: {
        type: any;
        arrKey: any;
    }, value: {
        [x: string]: any;
        value: any;
    }, key: any) => any>;
    compChildShowLabel: import("vue").ComputedRef<(opt: {
        type: any;
        arrLabel: any;
    }, value: {
        [x: string]: any;
        label: any;
    }) => any>;
    colSize: import("vue").Ref<1 | 2 | 3 | 4 | 5 | 6, 1 | 2 | 3 | 4 | 5 | 6>;
    tform: any;
    instance: any;
    emits: (event: "handleEvent" | "update:modelValue" | "getRefs", ...args: any[]) => void;
    getChildWidth: (item: {
        widthSize: any;
    }) => string;
    getPlaceholder: (row: any) => any;
    handleEvent: (type: null, val: any, item: any, flag?: boolean) => void;
    selfValidate: () => Promise<unknown>;
    getRefs: (el: any, item: any, index: any) => void;
    tselecttableref: any;
    handleRef: (el: any, item: any, key: any) => void;
    selfResetFields: () => void;
    resetTselectTable: () => void;
    RenderComp: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
        render: FunctionConstructor;
        item: ObjectConstructor;
    }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
        render: FunctionConstructor;
        item: ObjectConstructor;
    }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
    RenderBtn: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
        render: FunctionConstructor;
        item: ObjectConstructor;
    }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
        render: FunctionConstructor;
        item: ObjectConstructor;
    }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleEvent" | "update:modelValue" | "getRefs")[], "handleEvent" | "update:modelValue" | "getRefs", {
    widthSize: 1 | 2 | 3 | 4 | 5 | 6;
    formOpts: Record<string, any>;
    labelPosition: "left" | "right" | "top";
    isTrim: boolean;
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
    label?: string | undefined;
}) & Record<string, any>;
export default TForm;
