///
declare const _default: {
Divider: import("react").FC;
Button: import("react").ForwardRefExoticComponent<{
color?: "primary" | "default" | "success" | "warning" | "danger" | undefined;
fill?: "none" | "solid" | "outline" | undefined;
size?: "small" | "large" | "middle" | "mini" | undefined;
block?: boolean | undefined;
loading?: boolean | "auto" | undefined;
loadingText?: string | undefined;
loadingIcon?: import("react").ReactNode;
disabled?: boolean | undefined;
onClick?: ((event: import("react").MouseEvent) => unknown) | undefined;
type?: "button" | "reset" | "submit" | undefined;
shape?: "default" | "rounded" | "rectangular" | undefined;
children?: import("react").ReactNode;
} & Pick & import("react").ButtonHTMLAttributes, "id" | "onMouseDown" | "onMouseUp" | "onTouchEnd" | "onTouchStart"> & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes>;
AutoCenter: import("react").FC;
Grid: import("react").FC & {
Item: import("react").FC;
};
SafeArea: import("react").FC;
Space: import("react").FC;
CapsuleTabs: import("react").FC & {
Tab: import("react").FC;
};
IndexBar: import("react").ForwardRefExoticComponent<{
sticky?: boolean | undefined;
onIndexChange?: ((index: string) => void) | undefined;
children?: import("react").ReactNode;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
Panel: import("react").FC;
};
JumboTabs: import("react").FC & {
Tab: import("react").FC;
};
NavBar: import("react").FC;
SideBar: import("react").FC & {
Item: import("react").FC;
};
TabBar: import("react").FC & {
Item: import("react").FC;
};
Tabs: import("react").FC & {
Tab: import("react").FC;
};
Avatar: import("react").FC;
Card: import("react").FC;
Collapse: import("react").FC & {
Panel: import("react").FC;
};
ImageViewer: import("react").FC & {
Multi: import("react").ForwardRefExoticComponent & {
images?: string[] | undefined;
defaultIndex?: number | undefined;
onIndexChange?: ((index: number) => void) | undefined;
renderFooter?: ((image: string, index: number) => import("react").ReactNode) | undefined;
} & import("react").RefAttributes> & {
show: typeof import("antd-mobile/es/components/image-viewer/methods").showMultiImageViewer;
};
show: typeof import("antd-mobile/es/components/image-viewer/methods").showImageViewer;
clear: typeof import("antd-mobile/es/components/image-viewer/methods").clearImageViewer;
};
InfiniteScroll: import("react").FC;
List: import("react").ForwardRefExoticComponent<{
header?: import("react").ReactNode;
mode?: "default" | "card" | undefined;
children?: import("react").ReactNode;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
Item: import("react").FC;
};
Steps: import("react").FC & {
Step: import("react").FC;
};
Swiper: import("react").ForwardRefExoticComponent<{
defaultIndex?: number | undefined;
allowTouchMove?: boolean | undefined;
autoplay?: boolean | undefined;
autoplayInterval?: number | undefined;
loop?: boolean | undefined;
direction?: "vertical" | "horizontal" | undefined;
onIndexChange?: ((index: number) => void) | undefined;
indicatorProps?: Pick | undefined;
indicator?: ((total: number, current: number) => import("react").ReactNode) | undefined;
slideSize?: number | undefined;
trackOffset?: number | undefined;
stuckAtBoundary?: boolean | undefined;
rubberband?: boolean | undefined;
stopPropagation?: ("mousedown" | "mousemove" | "mouseup")[] | undefined;
children?: import("react").ReactElement> | import("react").ReactElement>[] | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
Item: import("react").FC<{
onClick?: ((e: import("react").MouseEvent) => void) | undefined;
children?: import("react").ReactNode;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes>;
};
Toast: {
show: typeof import("antd-mobile/es/components/toast/methods").show;
clear: typeof import("antd-mobile/es/components/toast/methods").clear;
config: typeof import("antd-mobile/es/components/toast/methods").config;
};
Tag: import("react").FC;
WaterMark: import("react").FC;
Footer: import("react").FC;
ActionSheet: import("react").FC & {
show: typeof import("antd-mobile/es/components/action-sheet/action-sheet").showActionSheet;
};
Dialog: import("react").FC & {
show: typeof import("antd-mobile/es/components/dialog/show").show;
alert: typeof import("antd-mobile/es/components/dialog/alert").alert;
confirm: typeof import("antd-mobile/es/components/dialog/confirm").confirm;
clear: typeof import("antd-mobile/es/components/dialog/clear").clear;
};
DotLoading: import("react").NamedExoticComponent;
Modal: import("react").FC & {
show: typeof import("antd-mobile/es/components/modal/show").show;
alert: typeof import("antd-mobile/es/components/modal/alert").alert;
confirm: typeof import("antd-mobile/es/components/modal/confirm").confirm;
clear: typeof import("antd-mobile/es/components/modal/clear").clear;
};
Popover: import("react").ForwardRefExoticComponent<{
defaultVisible?: boolean | undefined;
visible?: boolean | undefined;
onVisibleChange?: ((visible: boolean) => void) | undefined;
getContainer?: import("antd-mobile/es/utils/render-to-container").GetContainer | undefined;
destroyOnHide?: boolean | undefined;
children: import("react").ReactElement>;
mode?: "dark" | "light" | undefined;
trigger?: "click" | undefined;
placement?: import("antd-mobile/es/components/popover").DeprecatedPlacement | import("antd-mobile/es/components/popover").Placement | undefined;
stopPropagation?: "click"[] | undefined;
content: import("react").ReactNode;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
Menu: import("react").ForwardRefExoticComponent & {
actions: import("antd-mobile/es/components/popover").Action[];
onAction?: ((item: import("antd-mobile/es/components/popover").Action) => void) | undefined;
} & import("react").RefAttributes>;
};
Popup: import("react").FC;
ProgressBar: import("react").FC;
ProgressCircle: import("react").FC;
PullToRefresh: import("react").FC;
Result: import("react").FC;
Skeleton: import("react").FC & {
Title: import("react").FC;
Paragraph: import("react").FC;
};
SwipeAction: import("react").ForwardRefExoticComponent<{
rightActions?: import("antd-mobile/es/components/swipe-action").Action[] | undefined;
leftActions?: import("antd-mobile/es/components/swipe-action").Action[] | undefined;
onAction?: ((action: import("antd-mobile/es/components/swipe-action").Action, e: import("react").MouseEvent) => void) | undefined;
closeOnTouchOutside?: boolean | undefined;
closeOnAction?: boolean | undefined;
children: import("react").ReactNode;
stopPropagation?: "click"[] | undefined;
onActionsReveal?: ((side: "right" | "left") => void) | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes>;
Badge: import("react").FC & {
dot: JSX.Element;
};
NoticeBar: import("react").NamedExoticComponent;
Cascader: import("react").ForwardRefExoticComponent<{
options: import("antd-mobile").CascaderOption[];
value?: import("antd-mobile/es/components/check-list").CheckListValue[] | undefined;
defaultValue?: import("antd-mobile/es/components/check-list").CheckListValue[] | undefined;
placeholder?: string | undefined;
onSelect?: ((value: import("antd-mobile/es/components/check-list").CheckListValue[], extend: import("antd-mobile/es/components/cascader-view").CascaderValueExtend) => void) | undefined;
onConfirm?: ((value: import("antd-mobile/es/components/check-list").CheckListValue[], extend: import("antd-mobile/es/components/cascader-view").CascaderValueExtend) => void) | undefined;
onCancel?: (() => void) | undefined;
onClose?: (() => void) | undefined;
visible?: boolean | undefined;
title?: import("react").ReactNode;
confirmText?: import("react").ReactNode;
cancelText?: import("react").ReactNode;
loading?: boolean | undefined;
children?: ((items: (import("antd-mobile").CascaderOption | null)[], actions: import("antd-mobile/es/components/cascader").CascaderActions) => import("react").ReactNode) | undefined;
onTabsChange?: ((index: number) => void) | undefined;
activeIcon?: import("react").ReactNode;
} & Pick & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
prompt: typeof import("antd-mobile/es/components/cascader/prompt").prompt;
optionSkeleton: import("antd-mobile").CascaderOption[];
};
CascaderView: import("react").FC & {
optionSkeleton: import("antd-mobile").CascaderOption[];
};
CheckList: import("react").FC & {
Item: import("react").FC;
};
Checkbox: import("react").ForwardRefExoticComponent<{
checked?: boolean | undefined;
defaultChecked?: boolean | undefined;
disabled?: boolean | undefined;
onChange?: ((checked: boolean) => void) | undefined;
value?: import("antd-mobile/es/components/checkbox").CheckboxValue | undefined;
indeterminate?: boolean | undefined;
block?: boolean | undefined;
id?: string | undefined;
icon?: ((checked: boolean, indeterminate: boolean) => import("react").ReactNode) | undefined;
children?: import("react").ReactNode;
onClick?: ((event: import("react").MouseEvent) => void) | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
Group: import("react").FC;
};
Form: import("react").ForwardRefExoticComponent, "children" | "form" | "name" | "initialValues" | "preserve" | "validateMessages" | "validateTrigger" | "onFieldsChange" | "onFinish" | "onFinishFailed" | "onValuesChange"> & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & Partial & {
footer?: import("react").ReactNode;
mode?: "default" | "card" | undefined;
} & import("react").RefAttributes> & {
Item: import("react").FC;
Subscribe: import("react").FC;
Header: import("react").FC<{
children?: import("react").ReactNode;
}>;
Array: import("react").FC;
useForm: typeof import("rc-field-form/es/useForm").default;
useWatch: typeof import("rc-field-form/es/useWatch").default;
};
Input: import("react").ForwardRefExoticComponent & import("react").InputHTMLAttributes, "id" | "pattern" | "name" | "onClick" | "type" | "disabled" | "onCompositionEnd" | "onCompositionStart" | "onFocus" | "onBlur" | "onKeyDown" | "onKeyUp" | "step" | "autoFocus" | "placeholder" | "autoCapitalize" | "autoCorrect" | "inputMode" | "readOnly" | "autoComplete" | "maxLength" | "minLength"> & {
value?: string | undefined;
defaultValue?: string | undefined;
onChange?: ((val: string) => void) | undefined;
clearable?: boolean | undefined;
onlyShowClearWhenFocus?: boolean | undefined;
onClear?: (() => void) | undefined;
onEnterPress?: ((e: import("react").KeyboardEvent) => void) | undefined;
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
min?: number | undefined;
max?: number | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & {
role?: string | undefined;
} & import("react").RefAttributes>;
TextArea: import("react").ForwardRefExoticComponent, HTMLTextAreaElement>, "name" | "onClick" | "disabled" | "onCompositionEnd" | "onCompositionStart" | "onFocus" | "onBlur" | "autoFocus" | "readOnly" | "autoComplete"> & {
onChange?: ((val: string) => void) | undefined;
value?: string | undefined;
defaultValue?: string | undefined;
placeholder?: string | undefined;
rows?: number | undefined;
maxLength?: number | undefined;
showCount?: boolean | ((length: number, maxLength?: number | undefined) => import("react").ReactNode) | undefined;
autoSize?: boolean | {
minRows?: number | undefined;
maxRows?: number | undefined;
} | undefined;
id?: string | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes>;
DatePicker: import("react").ForwardRefExoticComponent & {
value?: import("antd-mobile/es/components/date-picker/util").PickerDate | null | undefined;
defaultValue?: import("antd-mobile/es/components/date-picker/util").PickerDate | null | undefined;
onSelect?: ((value: import("antd-mobile/es/components/date-picker/util").PickerDate) => void) | undefined;
onConfirm?: ((value: import("antd-mobile/es/components/date-picker/util").PickerDate) => void) | undefined;
min?: import("antd-mobile/es/components/date-picker/util").PickerDate | undefined;
max?: import("antd-mobile/es/components/date-picker/util").PickerDate | undefined;
precision?: import("antd-mobile/es/components/date-picker/date-picker-utils").Precision | undefined;
children?: ((value: import("antd-mobile/es/components/date-picker/util").PickerDate | null, actions: import("antd-mobile/es/components/picker").PickerActions) => import("react").ReactNode) | undefined;
renderLabel?: import("antd-mobile/es/components/date-picker-view/date-picker-view").RenderLabel | undefined;
filter?: Partial boolean>> | undefined;
tillNow?: boolean | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
prompt: typeof import("antd-mobile/es/components/date-picker/prompt").prompt;
DATE_NOW: string;
};
Selector: (p: import("antd-mobile").SelectorProps) => import("react").ReactElement>;
Picker: import("react").NamedExoticComponent<{
columns: import("antd-mobile/es/components/picker-view").PickerColumn[] | ((value: import("antd-mobile/es/components/picker-view").PickerValue[]) => import("antd-mobile/es/components/picker-view").PickerColumn[]);
value?: import("antd-mobile/es/components/picker-view").PickerValue[] | undefined;
defaultValue?: import("antd-mobile/es/components/picker-view").PickerValue[] | undefined;
loading?: boolean | undefined;
loadingContent?: import("react").ReactNode;
onSelect?: ((value: import("antd-mobile/es/components/picker-view").PickerValue[], extend: import("antd-mobile/es/components/picker-view").PickerValueExtend) => void) | undefined;
onConfirm?: ((value: import("antd-mobile/es/components/picker-view").PickerValue[], extend: import("antd-mobile/es/components/picker-view").PickerValueExtend) => void) | undefined;
onCancel?: (() => void) | undefined;
onClose?: (() => void) | undefined;
closeOnMaskClick?: boolean | undefined;
visible?: boolean | undefined;
title?: import("react").ReactNode;
confirmText?: import("react").ReactNode;
cancelText?: import("react").ReactNode;
children?: ((items: (import("antd-mobile/es/components/picker-view").PickerColumnItem | null)[], actions: import("antd-mobile/es/components/picker").PickerActions) => import("react").ReactNode) | undefined;
renderLabel?: ((item: import("antd-mobile/es/components/picker-view").PickerColumnItem) => import("react").ReactNode) | undefined;
mouseWheel?: boolean | undefined;
popupClassName?: string | undefined;
popupStyle?: import("react").CSSProperties | undefined;
} & Pick & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes> & {
readonly type: import("react").ForwardRefExoticComponent<{
columns: import("antd-mobile/es/components/picker-view").PickerColumn[] | ((value: import("antd-mobile/es/components/picker-view").PickerValue[]) => import("antd-mobile/es/components/picker-view").PickerColumn[]);
value?: import("antd-mobile/es/components/picker-view").PickerValue[] | undefined;
defaultValue?: import("antd-mobile/es/components/picker-view").PickerValue[] | undefined;
loading?: boolean | undefined;
loadingContent?: import("react").ReactNode;
onSelect?: ((value: import("antd-mobile/es/components/picker-view").PickerValue[], extend: import("antd-mobile/es/components/picker-view").PickerValueExtend) => void) | undefined;
onConfirm?: ((value: import("antd-mobile/es/components/picker-view").PickerValue[], extend: import("antd-mobile/es/components/picker-view").PickerValueExtend) => void) | undefined;
onCancel?: (() => void) | undefined;
onClose?: (() => void) | undefined;
closeOnMaskClick?: boolean | undefined;
visible?: boolean | undefined;
title?: import("react").ReactNode;
confirmText?: import("react").ReactNode;
cancelText?: import("react").ReactNode;
children?: ((items: (import("antd-mobile/es/components/picker-view").PickerColumnItem | null)[], actions: import("antd-mobile/es/components/picker").PickerActions) => import("react").ReactNode) | undefined;
renderLabel?: ((item: import("antd-mobile/es/components/picker-view").PickerColumnItem) => import("react").ReactNode) | undefined;
mouseWheel?: boolean | undefined;
popupClassName?: string | undefined;
popupStyle?: import("react").CSSProperties | undefined;
} & Pick & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes>;
} & {
prompt: typeof import("antd-mobile/es/components/picker/prompt").prompt;
};
PickerView: import("react").NamedExoticComponent;
Radio: import("react").FC & {
Group: import("react").FC;
};
Rate: import("react").FC;
SearchBar: import("react").ForwardRefExoticComponent & {
value?: string | undefined;
defaultValue?: string | undefined;
maxLength?: number | undefined;
placeholder?: string | undefined;
clearable?: boolean | undefined;
onlyShowClearWhenFocus?: boolean | undefined;
showCancelButton?: boolean | ((focus: boolean, value: string) => boolean) | undefined;
cancelText?: string | undefined;
icon?: import("react").ReactNode;
clearOnCancel?: boolean | undefined;
onSearch?: ((val: string) => void) | undefined;
onChange?: ((val: string) => void) | undefined;
onCancel?: (() => void) | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes>;
Slider: import("react").FC;
Stepper: import("react").ForwardRefExoticComponent>;
Switch: import("react").FC;
Dropdown: import("react").ForwardRefExoticComponent<{
activeKey?: string | null | undefined;
defaultActiveKey?: string | null | undefined;
closeOnMaskClick?: boolean | undefined;
closeOnClickAway?: boolean | undefined;
onChange?: ((key: string | null) => void) | undefined;
arrow?: import("react").ReactNode;
getContainer?: import("antd-mobile/es/utils/render-to-container").GetContainer | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & {
children?: import("react").ReactNode;
} & import("react").RefAttributes> & {
Item: import("react").FC;
};
FloatingBubble: import("react").FC;
NumberKeyboard: import("react").FC;
PasscodeInput: import("react").ForwardRefExoticComponent<{
value?: string | undefined;
defaultValue?: string | undefined;
onChange?: ((val: string) => void) | undefined;
length?: number | undefined;
plain?: boolean | undefined;
error?: boolean | undefined;
caret?: boolean | undefined;
seperated?: boolean | undefined;
onBlur?: (() => void) | undefined;
onFocus?: (() => void) | undefined;
keyboard?: import("react").ReactElement> | undefined;
onFill?: ((val: string) => void) | undefined;
} & {
className?: string | undefined;
style?: (import("react").CSSProperties & Partial>) | undefined;
tabIndex?: number | undefined;
} & import("react").AriaAttributes & import("react").RefAttributes>;
};
export default _default;