import React from 'react'; import type { ActionSheetProps as AntActionSheetProps } from 'antd-mobile/es/components/action-sheet'; export declare type ActionSheetProps = AntActionSheetProps; /** * @Author: wangyi * @Date: 2022-03-26 */ declare const ActionSheet: React.FC; export default ActionSheet;