export declare const AspH5AddressList: import("asp-smart-ui-plus/es/utils").SFCWithInstall<{
    raw: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{
        list: {
            type: import("vue").PropType<import("vant").AddressListAddress[]>;
            default: () => never[];
        };
        modelValue: (StringConstructor | NumberConstructor)[];
        switchable: {
            type: BooleanConstructor;
            default: true;
        };
        disabledText: StringConstructor;
        disabledList: {
            type: import("vue").PropType<import("vant").AddressListAddress[]>;
            default: () => never[];
        };
        addButtonText: StringConstructor;
        defaultTagText: StringConstructor;
    }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:modelValue" | "add" | "edit" | "clickItem" | "editDisabled" | "selectDisabled")[], "select" | "update:modelValue" | "add" | "edit" | "clickItem" | "editDisabled" | "selectDisabled", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
        list: {
            type: import("vue").PropType<import("vant").AddressListAddress[]>;
            default: () => never[];
        };
        modelValue: (StringConstructor | NumberConstructor)[];
        switchable: {
            type: BooleanConstructor;
            default: true;
        };
        disabledText: StringConstructor;
        disabledList: {
            type: import("vue").PropType<import("vant").AddressListAddress[]>;
            default: () => never[];
        };
        addButtonText: StringConstructor;
        defaultTagText: StringConstructor;
    }>> & {
        onSelect?: ((...args: any[]) => any) | undefined;
        "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
        onEdit?: ((...args: any[]) => any) | undefined;
        onAdd?: ((...args: any[]) => any) | undefined;
        onClickItem?: ((...args: any[]) => any) | undefined;
        onEditDisabled?: ((...args: any[]) => any) | undefined;
        onSelectDisabled?: ((...args: any[]) => any) | undefined;
    }, {
        switchable: boolean;
        list: import("vant").AddressListAddress[];
        disabledList: import("vant").AddressListAddress[];
    }>>;
    name: string;
}> & Record<string, any>;
export default AspH5AddressList;
export * from './src';
