export declare const AspH5Cascader: import("asp-smart-ui-plus/es/utils").SFCWithInstall<{
    raw: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{
        title: StringConstructor;
        options: {
            type: import("vue").PropType<import("vant").CascaderOption[]>;
            default: () => never[];
        };
        closeable: {
            type: BooleanConstructor;
            default: true;
        };
        swipeable: {
            type: BooleanConstructor;
            default: true;
        };
        closeIcon: {
            type: import("vue").PropType<string>;
            default: string;
        };
        showHeader: {
            type: BooleanConstructor;
            default: true;
        };
        modelValue: (StringConstructor | NumberConstructor)[];
        fieldNames: import("vue").PropType<import("vant").CascaderFieldNames>;
        placeholder: StringConstructor;
        activeColor: StringConstructor;
    }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "close" | "clickTab" | "finish")[], "update:modelValue" | "change" | "close" | "clickTab" | "finish", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
        title: StringConstructor;
        options: {
            type: import("vue").PropType<import("vant").CascaderOption[]>;
            default: () => never[];
        };
        closeable: {
            type: BooleanConstructor;
            default: true;
        };
        swipeable: {
            type: BooleanConstructor;
            default: true;
        };
        closeIcon: {
            type: import("vue").PropType<string>;
            default: string;
        };
        showHeader: {
            type: BooleanConstructor;
            default: true;
        };
        modelValue: (StringConstructor | NumberConstructor)[];
        fieldNames: import("vue").PropType<import("vant").CascaderFieldNames>;
        placeholder: StringConstructor;
        activeColor: StringConstructor;
    }>> & {
        onChange?: ((...args: any[]) => any) | undefined;
        "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
        onClose?: ((...args: any[]) => any) | undefined;
        onClickTab?: ((...args: any[]) => any) | undefined;
        onFinish?: ((...args: any[]) => any) | undefined;
    }, {
        closeIcon: string;
        closeable: boolean;
        options: import("vant").CascaderOption[];
        swipeable: boolean;
        showHeader: boolean;
    }>>;
    name: string;
}> & Record<string, any>;
export default AspH5Cascader;
export * from './src';
