import type { VNode } from 'vue'; declare const _default: import("vue").DefineComponent<{ readonly data: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferDataItem[]) | (() => import("./transfer").TransferDataItem[]) | ((new (...args: any[]) => import("./transfer").TransferDataItem[]) | (() => import("./transfer").TransferDataItem[]))[], unknown, unknown, () => never[], boolean>; readonly optionRender: { readonly type: import("vue").PropType<(option: import("./transfer").TransferDataItem) => VNode | VNode[]>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: StringConstructor; readonly title: StringConstructor; readonly filterable: BooleanConstructor; readonly format: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferFormat) | (() => import("./transfer").TransferFormat) | ((new (...args: any[]) => import("./transfer").TransferFormat) | (() => import("./transfer").TransferFormat))[], unknown, unknown, () => {}, boolean>; readonly filterMethod: { readonly type: import("vue").PropType<(query: string, item: import("./transfer").TransferDataItem) => boolean>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly defaultChecked: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferKey[]) | (() => import("./transfer").TransferKey[]) | ((new (...args: any[]) => import("./transfer").TransferKey[]) | (() => import("./transfer").TransferKey[]))[], unknown, unknown, () => never[], boolean>; readonly props: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferPropsAlias) | (() => import("./transfer").TransferPropsAlias) | ((new (...args: any[]) => import("./transfer").TransferPropsAlias) | (() => import("./transfer").TransferPropsAlias))[], unknown, unknown, () => import("bigin-ui/es/utils").Mutable<{ readonly label: "label"; readonly key: "key"; readonly disabled: "disabled"; }>, boolean>; readonly width: import("bigin-ui/es/utils").EpPropFinalized; readonly height: import("bigin-ui/es/utils").EpPropFinalized; }, { props: Readonly import("./transfer").TransferDataItem[]) | (() => import("./transfer").TransferDataItem[]) | ((new (...args: any[]) => import("./transfer").TransferDataItem[]) | (() => import("./transfer").TransferDataItem[]))[], unknown, unknown, () => never[], boolean>; readonly optionRender: { readonly type: import("vue").PropType<(option: import("./transfer").TransferDataItem) => VNode | VNode[]>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: StringConstructor; readonly title: StringConstructor; readonly filterable: BooleanConstructor; readonly format: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferFormat) | (() => import("./transfer").TransferFormat) | ((new (...args: any[]) => import("./transfer").TransferFormat) | (() => import("./transfer").TransferFormat))[], unknown, unknown, () => {}, boolean>; readonly filterMethod: { readonly type: import("vue").PropType<(query: string, item: import("./transfer").TransferDataItem) => boolean>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly defaultChecked: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferKey[]) | (() => import("./transfer").TransferKey[]) | ((new (...args: any[]) => import("./transfer").TransferKey[]) | (() => import("./transfer").TransferKey[]))[], unknown, unknown, () => never[], boolean>; readonly props: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferPropsAlias) | (() => import("./transfer").TransferPropsAlias) | ((new (...args: any[]) => import("./transfer").TransferPropsAlias) | (() => import("./transfer").TransferPropsAlias))[], unknown, unknown, () => import("bigin-ui/es/utils").Mutable<{ readonly label: "label"; readonly key: "key"; readonly disabled: "disabled"; }>, boolean>; readonly width: import("bigin-ui/es/utils").EpPropFinalized; readonly height: import("bigin-ui/es/utils").EpPropFinalized; }>> & { "onChecked-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined; }>>; emit: (event: "checked-change", value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => void; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; OptionContent: ({ option }: { option: VNode | VNode[]; }) => VNode | VNode[]; t: import("bigin-ui/es/hooks").Translator; ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; panelState: { checked: import("./transfer").TransferKey[]; allChecked: boolean; query: string; inputHover: boolean; checkChangeByUser: boolean; }; propsAlias: import("vue").ComputedRef<{ label: string; key: string; disabled: string; }>; filteredData: import("vue").ComputedRef; checkedSummary: import("vue").ComputedRef; isIndeterminate: import("vue").ComputedRef; handleAllCheckedChange: (value: import("bigin-ui/es/components/checkbox").CheckboxValueType) => void; hasNoMatch: import("vue").ComputedRef; hasFooter: import("vue").ComputedRef; checked: import("vue").Ref; allChecked: import("vue").Ref; query: import("vue").Ref; inputHover: import("vue").Ref; panelStyle: import("vue").ComputedRef<{ width: string; height: string; }>; isEmpty: (val: unknown) => boolean; BCheckbox: import("bigin-ui/es/utils").SFCWithInstall>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (StringConstructor | NumberConstructor)[]; sub: { type: StringConstructor; default: string; }; icon: { type: import("vue").PropType>; }; large: BooleanConstructor; small: BooleanConstructor; plain: BooleanConstructor; vertical: BooleanConstructor; }, { props: Readonly>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (StringConstructor | NumberConstructor)[]; sub: { type: StringConstructor; default: string; }; icon: { type: import("vue").PropType>; }; large: BooleanConstructor; small: BooleanConstructor; plain: BooleanConstructor; vertical: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => any) | undefined; onChange?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => any) | undefined; }>>; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; inputId: import("vue").Ref; isLabeledByFormItem: import("vue").ComputedRef; isChecked: import("vue").ComputedRef; isDisabled: import("vue").ComputedRef; isFocused: import("vue").Ref; checkboxSize: import("vue").ComputedRef<"" | "default" | "xxsmall" | "xsmall" | "small" | "large" | "xlarge">; hasOwnLabel: import("vue").ComputedRef; model: import("vue").WritableComputedRef; handleChange: (e: Event) => void; onClickRoot: (e: MouseEvent) => Promise; ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; BIcon: import("bigin-ui/es/utils").SFCWithInstall (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly loading: BooleanConstructor; }, { props: Readonly (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly loading: BooleanConstructor; }>> & {}>>; ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; style: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly loading: BooleanConstructor; }>>, { readonly loading: boolean; }>> & Record; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => boolean; change: (val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (StringConstructor | NumberConstructor)[]; sub: { type: StringConstructor; default: string; }; icon: { type: import("vue").PropType>; }; large: BooleanConstructor; small: BooleanConstructor; plain: BooleanConstructor; vertical: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => any) | undefined; onChange?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => any) | undefined; }, { small: boolean; large: boolean; disabled: boolean; name: string; label: string; modelValue: string | number | boolean; vertical: boolean; id: string; sub: string; indeterminate: boolean; checked: boolean; trueValue: string | number; falseValue: string | number; controls: string; plain: boolean; }>> & { CheckboxButton: import("vue").DefineComponent<{ modelValue: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; default: undefined; }; value: { type: (BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[]; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: { type: StringConstructor; default: undefined; }; label: { type: StringConstructor; default: string; }; trueValue: { type: (StringConstructor | NumberConstructor)[]; default: undefined; }; falseValue: { type: (StringConstructor | NumberConstructor)[]; default: undefined; }; id: { type: StringConstructor; default: undefined; }; controls: { type: StringConstructor; default: undefined; }; size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (StringConstructor | NumberConstructor)[]; sub: { type: StringConstructor; default: string; }; icon: { type: import("vue").PropType>; }; large: BooleanConstructor; small: BooleanConstructor; plain: BooleanConstructor; vertical: BooleanConstructor; }, { props: Readonly>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (StringConstructor | NumberConstructor)[]; sub: { type: StringConstructor; default: string; }; icon: { type: import("vue").PropType>; }; large: BooleanConstructor; small: BooleanConstructor; plain: BooleanConstructor; vertical: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => any) | undefined; onChange?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => any) | undefined; }>>; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; isFocused: import("vue").Ref; isChecked: import("vue").ComputedRef; isDisabled: import("vue").ComputedRef; size: import("vue").ComputedRef | undefined>; model: import("vue").WritableComputedRef; vertical: import("vue").Ref | undefined; handleChange: (e: Event) => void; ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => boolean; change: (val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; tabindex: (StringConstructor | NumberConstructor)[]; sub: { type: StringConstructor; default: string; }; icon: { type: import("vue").PropType>; }; large: BooleanConstructor; small: BooleanConstructor; plain: BooleanConstructor; vertical: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => any) | undefined; onChange?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType) => any) | undefined; }, { small: boolean; large: boolean; disabled: boolean; name: string; label: string; modelValue: string | number | boolean; vertical: boolean; id: string; sub: string; indeterminate: boolean; checked: boolean; trueValue: string | number; falseValue: string | number; controls: string; plain: boolean; }>; CheckboxGroup: import("vue").DefineComponent<{ readonly modelValue: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number)[]) | (() => (string | number)[]) | ((new (...args: any[]) => (string | number)[]) | (() => (string | number)[]))[], unknown, unknown, () => never[], boolean>; readonly disabled: BooleanConstructor; readonly min: NumberConstructor; readonly max: NumberConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly label: StringConstructor; readonly fill: StringConstructor; readonly textColor: StringConstructor; readonly tag: import("bigin-ui/es/utils").EpPropFinalized; readonly large: BooleanConstructor; readonly small: BooleanConstructor; readonly vertical: BooleanConstructor; }, { props: Readonly (string | number)[]) | (() => (string | number)[]) | ((new (...args: any[]) => (string | number)[]) | (() => (string | number)[]))[], unknown, unknown, () => never[], boolean>; readonly disabled: BooleanConstructor; readonly min: NumberConstructor; readonly max: NumberConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly label: StringConstructor; readonly fill: StringConstructor; readonly textColor: StringConstructor; readonly tag: import("bigin-ui/es/utils").EpPropFinalized; readonly large: BooleanConstructor; readonly small: BooleanConstructor; readonly vertical: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => any) | undefined; onChange?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => any) | undefined; }>>; emit: ((event: "update:modelValue", val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => void) & ((event: "change", val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => void); ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; formItem: import("../../..").FormItemContext | undefined; groupId: import("vue").Ref; changeEvent: (value: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => Promise; modelValue: import("vue").WritableComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => boolean; change: (val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly (string | number)[]) | (() => (string | number)[]) | ((new (...args: any[]) => (string | number)[]) | (() => (string | number)[]))[], unknown, unknown, () => never[], boolean>; readonly disabled: BooleanConstructor; readonly min: NumberConstructor; readonly max: NumberConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly label: StringConstructor; readonly fill: StringConstructor; readonly textColor: StringConstructor; readonly tag: import("bigin-ui/es/utils").EpPropFinalized; readonly large: BooleanConstructor; readonly small: BooleanConstructor; readonly vertical: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => any) | undefined; onChange?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => any) | undefined; }, { readonly small: boolean; readonly large: boolean; readonly tag: string; readonly disabled: boolean; readonly modelValue: (string | number)[]; readonly vertical: boolean; }>; }; BCheckboxGroup: import("bigin-ui/es/utils").SFCWithInstall (string | number)[]) | (() => (string | number)[]) | ((new (...args: any[]) => (string | number)[]) | (() => (string | number)[]))[], unknown, unknown, () => never[], boolean>; readonly disabled: BooleanConstructor; readonly min: NumberConstructor; readonly max: NumberConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly label: StringConstructor; readonly fill: StringConstructor; readonly textColor: StringConstructor; readonly tag: import("bigin-ui/es/utils").EpPropFinalized; readonly large: BooleanConstructor; readonly small: BooleanConstructor; readonly vertical: BooleanConstructor; }, { props: Readonly (string | number)[]) | (() => (string | number)[]) | ((new (...args: any[]) => (string | number)[]) | (() => (string | number)[]))[], unknown, unknown, () => never[], boolean>; readonly disabled: BooleanConstructor; readonly min: NumberConstructor; readonly max: NumberConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly label: StringConstructor; readonly fill: StringConstructor; readonly textColor: StringConstructor; readonly tag: import("bigin-ui/es/utils").EpPropFinalized; readonly large: BooleanConstructor; readonly small: BooleanConstructor; readonly vertical: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => any) | undefined; onChange?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => any) | undefined; }>>; emit: ((event: "update:modelValue", val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => void) & ((event: "change", val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => void); ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; formItem: import("../../..").FormItemContext | undefined; groupId: import("vue").Ref; changeEvent: (value: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => Promise; modelValue: import("vue").WritableComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => boolean; change: (val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly (string | number)[]) | (() => (string | number)[]) | ((new (...args: any[]) => (string | number)[]) | (() => (string | number)[]))[], unknown, unknown, () => never[], boolean>; readonly disabled: BooleanConstructor; readonly min: NumberConstructor; readonly max: NumberConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly label: StringConstructor; readonly fill: StringConstructor; readonly textColor: StringConstructor; readonly tag: import("bigin-ui/es/utils").EpPropFinalized; readonly large: BooleanConstructor; readonly small: BooleanConstructor; readonly vertical: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => any) | undefined; onChange?: ((val: import("bigin-ui/es/components/checkbox").CheckboxValueType[]) => any) | undefined; }, { readonly small: boolean; readonly large: boolean; readonly tag: string; readonly disabled: boolean; readonly modelValue: (string | number)[]; readonly vertical: boolean; }>>; BInput: import("bigin-ui/es/utils").SFCWithInstall; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("bigin-ui/es/utils").EpPropFinalized; readonly resize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("bigin-ui/es/components/input").InputAutoSize & {}) | (() => import("bigin-ui/es/components/input").InputAutoSize) | ((new (...args: any[]) => import("bigin-ui/es/components/input").InputAutoSize & {}) | (() => import("bigin-ui/es/components/input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("bigin-ui/es/utils").EpPropFinalized; readonly formatter: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("bigin-ui/es/utils").EpPropFinalized; readonly readonly: import("bigin-ui/es/utils").EpPropFinalized; readonly clearable: import("bigin-ui/es/utils").EpPropFinalized; readonly showPassword: import("bigin-ui/es/utils").EpPropFinalized; readonly showWordLimit: import("bigin-ui/es/utils").EpPropFinalized; readonly suffixIcon: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>; readonly suffixClass: import("bigin-ui/es/utils").EpPropFinalized; readonly prefixClass: import("bigin-ui/es/utils").EpPropFinalized; readonly prependClass: import("bigin-ui/es/utils").EpPropFinalized; readonly appendClass: import("bigin-ui/es/utils").EpPropFinalized; readonly containerRole: import("bigin-ui/es/utils").EpPropFinalized; readonly label: import("bigin-ui/es/utils").EpPropFinalized; readonly tabindex: import("bigin-ui/es/utils").EpPropFinalized; readonly validateEvent: import("bigin-ui/es/utils").EpPropFinalized; readonly inputStyle: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("bigin-ui/es/utils").Mutable<{}>, boolean>; readonly inputClass: import("bigin-ui/es/utils").EpPropFinalized; readonly inputWrapperClass: import("bigin-ui/es/utils").EpPropFinalized; readonly textareaClass: import("bigin-ui/es/utils").EpPropFinalized; readonly rounded: import("bigin-ui/es/utils").EpPropFinalized; readonly large: import("bigin-ui/es/utils").EpPropFinalized; readonly small: import("bigin-ui/es/utils").EpPropFinalized; }, { props: Readonly; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("bigin-ui/es/utils").EpPropFinalized; readonly resize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("bigin-ui/es/components/input").InputAutoSize & {}) | (() => import("bigin-ui/es/components/input").InputAutoSize) | ((new (...args: any[]) => import("bigin-ui/es/components/input").InputAutoSize & {}) | (() => import("bigin-ui/es/components/input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("bigin-ui/es/utils").EpPropFinalized; readonly formatter: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("bigin-ui/es/utils").EpPropFinalized; readonly readonly: import("bigin-ui/es/utils").EpPropFinalized; readonly clearable: import("bigin-ui/es/utils").EpPropFinalized; readonly showPassword: import("bigin-ui/es/utils").EpPropFinalized; readonly showWordLimit: import("bigin-ui/es/utils").EpPropFinalized; readonly suffixIcon: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>; readonly suffixClass: import("bigin-ui/es/utils").EpPropFinalized; readonly prefixClass: import("bigin-ui/es/utils").EpPropFinalized; readonly prependClass: import("bigin-ui/es/utils").EpPropFinalized; readonly appendClass: import("bigin-ui/es/utils").EpPropFinalized; readonly containerRole: import("bigin-ui/es/utils").EpPropFinalized; readonly label: import("bigin-ui/es/utils").EpPropFinalized; readonly tabindex: import("bigin-ui/es/utils").EpPropFinalized; readonly validateEvent: import("bigin-ui/es/utils").EpPropFinalized; readonly inputStyle: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("bigin-ui/es/utils").Mutable<{}>, boolean>; readonly inputClass: import("bigin-ui/es/utils").EpPropFinalized; readonly inputWrapperClass: import("bigin-ui/es/utils").EpPropFinalized; readonly textareaClass: import("bigin-ui/es/utils").EpPropFinalized; readonly rounded: import("bigin-ui/es/utils").EpPropFinalized; readonly large: import("bigin-ui/es/utils").EpPropFinalized; readonly small: import("bigin-ui/es/utils").EpPropFinalized; }>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; onChange?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onInput?: ((value: string) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; }>>; emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void); rawAttrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; containerAttrs: import("vue").ComputedRef>; attrs: import("vue").ComputedRef>; formItem: import("../../..").FormItemContext | undefined; inputId: import("vue").Ref; inputSize: import("vue").ComputedRef<"" | "default" | "xxsmall" | "xsmall" | "small" | "large" | "xlarge">; inputDisabled: import("vue").ComputedRef; nsInput: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; nsTextarea: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; input: import("vue").ShallowRef; textarea: import("vue").ShallowRef; focused: import("vue").Ref; hovering: import("vue").Ref; isComposing: import("vue").Ref; passwordVisible: import("vue").Ref; countStyle: import("vue").Ref; textareaCalcStyle: import("vue").ShallowRef; isError: import("vue").ComputedRef; _ref: import("vue").ComputedRef; passwordIcon: import("vue").ComputedRef>, {}>>; containerStyle: import("vue").ComputedRef; textareaStyle: import("vue").ComputedRef; nativeInputValue: import("vue").ComputedRef; showClear: import("vue").ComputedRef; showPwdVisible: import("vue").ComputedRef; isWordLimitVisible: import("vue").ComputedRef; textLength: import("vue").ComputedRef; inputExceed: import("vue").ComputedRef; recordCursor: () => void; setCursor: () => void; resizeTextarea: () => void; setNativeInputValue: () => void; handleInput: (event: Event) => Promise; handleChange: (event: Event) => void; handleCompositionStart: (event: CompositionEvent) => void; handleCompositionUpdate: (event: CompositionEvent) => void; handleCompositionEnd: (event: CompositionEvent) => void; handlePasswordVisible: () => void; focus: () => Promise; blur: () => void | undefined; handleFocus: (event: FocusEvent) => void; handleBlur: (event: FocusEvent) => void; handleMouseLeave: (evt: MouseEvent) => void; handleMouseEnter: (evt: MouseEvent) => void; handleKeydown: (evt: KeyboardEvent) => void; select: () => void; clear: () => void; BIcon: import("bigin-ui/es/utils").SFCWithInstall (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly loading: BooleanConstructor; }, { props: Readonly (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly loading: BooleanConstructor; }>> & {}>>; ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; style: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly loading: BooleanConstructor; }>>, { readonly loading: boolean; }>> & Record; Clear: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: string) => boolean; input: (value: string) => boolean; change: (value: string) => boolean; focus: (evt: FocusEvent) => boolean; blur: (evt: FocusEvent) => boolean; clear: () => boolean; mouseleave: (evt: MouseEvent) => boolean; mouseenter: (evt: MouseEvent) => boolean; keydown: (evt: Event | KeyboardEvent) => boolean; compositionstart: (evt: CompositionEvent) => boolean; compositionupdate: (evt: CompositionEvent) => boolean; compositionend: (evt: CompositionEvent) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("bigin-ui/es/utils").EpPropFinalized; readonly resize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("bigin-ui/es/components/input").InputAutoSize & {}) | (() => import("bigin-ui/es/components/input").InputAutoSize) | ((new (...args: any[]) => import("bigin-ui/es/components/input").InputAutoSize & {}) | (() => import("bigin-ui/es/components/input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("bigin-ui/es/utils").EpPropFinalized; readonly formatter: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("bigin-ui/es/utils").EpPropFinalized; readonly readonly: import("bigin-ui/es/utils").EpPropFinalized; readonly clearable: import("bigin-ui/es/utils").EpPropFinalized; readonly showPassword: import("bigin-ui/es/utils").EpPropFinalized; readonly showWordLimit: import("bigin-ui/es/utils").EpPropFinalized; readonly suffixIcon: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>; readonly suffixClass: import("bigin-ui/es/utils").EpPropFinalized; readonly prefixClass: import("bigin-ui/es/utils").EpPropFinalized; readonly prependClass: import("bigin-ui/es/utils").EpPropFinalized; readonly appendClass: import("bigin-ui/es/utils").EpPropFinalized; readonly containerRole: import("bigin-ui/es/utils").EpPropFinalized; readonly label: import("bigin-ui/es/utils").EpPropFinalized; readonly tabindex: import("bigin-ui/es/utils").EpPropFinalized; readonly validateEvent: import("bigin-ui/es/utils").EpPropFinalized; readonly inputStyle: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("bigin-ui/es/utils").Mutable<{}>, boolean>; readonly inputClass: import("bigin-ui/es/utils").EpPropFinalized; readonly inputWrapperClass: import("bigin-ui/es/utils").EpPropFinalized; readonly textareaClass: import("bigin-ui/es/utils").EpPropFinalized; readonly rounded: import("bigin-ui/es/utils").EpPropFinalized; readonly large: import("bigin-ui/es/utils").EpPropFinalized; readonly small: import("bigin-ui/es/utils").EpPropFinalized; }>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; onChange?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onInput?: ((value: string) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; }, { readonly small: import("bigin-ui/es/utils").EpPropMergeType; readonly large: import("bigin-ui/es/utils").EpPropMergeType; readonly type: string; readonly prefixIcon: import("bigin-ui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>; readonly suffixIcon: import("bigin-ui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>; readonly disabled: boolean; readonly rounded: import("bigin-ui/es/utils").EpPropMergeType; readonly label: string; readonly modelValue: import("bigin-ui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>; readonly id: string; readonly validateEvent: import("bigin-ui/es/utils").EpPropMergeType; readonly form: string; readonly suffixClass: string; readonly prefixClass: string; readonly prependClass: string; readonly appendClass: string; readonly inputClass: string; readonly autosize: import("bigin-ui/es/components/input").InputAutoSize; readonly autocomplete: string; readonly readonly: import("bigin-ui/es/utils").EpPropMergeType; readonly clearable: import("bigin-ui/es/utils").EpPropMergeType; readonly showPassword: import("bigin-ui/es/utils").EpPropMergeType; readonly showWordLimit: import("bigin-ui/es/utils").EpPropMergeType; readonly containerRole: string; readonly tabindex: import("bigin-ui/es/utils").EpPropMergeType; readonly inputStyle: import("vue").StyleValue; readonly inputWrapperClass: string; readonly textareaClass: string; }>> & Record; Search: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "checked-change": (value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly import("./transfer").TransferDataItem[]) | (() => import("./transfer").TransferDataItem[]) | ((new (...args: any[]) => import("./transfer").TransferDataItem[]) | (() => import("./transfer").TransferDataItem[]))[], unknown, unknown, () => never[], boolean>; readonly optionRender: { readonly type: import("vue").PropType<(option: import("./transfer").TransferDataItem) => VNode | VNode[]>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: StringConstructor; readonly title: StringConstructor; readonly filterable: BooleanConstructor; readonly format: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferFormat) | (() => import("./transfer").TransferFormat) | ((new (...args: any[]) => import("./transfer").TransferFormat) | (() => import("./transfer").TransferFormat))[], unknown, unknown, () => {}, boolean>; readonly filterMethod: { readonly type: import("vue").PropType<(query: string, item: import("./transfer").TransferDataItem) => boolean>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly defaultChecked: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferKey[]) | (() => import("./transfer").TransferKey[]) | ((new (...args: any[]) => import("./transfer").TransferKey[]) | (() => import("./transfer").TransferKey[]))[], unknown, unknown, () => never[], boolean>; readonly props: import("bigin-ui/es/utils").EpPropFinalized<(new (...args: any[]) => import("./transfer").TransferPropsAlias) | (() => import("./transfer").TransferPropsAlias) | ((new (...args: any[]) => import("./transfer").TransferPropsAlias) | (() => import("./transfer").TransferPropsAlias))[], unknown, unknown, () => import("bigin-ui/es/utils").Mutable<{ readonly label: "label"; readonly key: "key"; readonly disabled: "disabled"; }>, boolean>; readonly width: import("bigin-ui/es/utils").EpPropFinalized; readonly height: import("bigin-ui/es/utils").EpPropFinalized; }>> & { "onChecked-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined; }, { readonly height: number; readonly props: import("./transfer").TransferPropsAlias; readonly width: number; readonly data: import("./transfer").TransferDataItem[]; readonly filterable: boolean; readonly format: import("./transfer").TransferFormat; readonly defaultChecked: import("./transfer").TransferKey[]; }>; export default _default;