import type { ActionSheetProps } from './actionSheet'; import type { ActionSheetShowHandler } from 'antd-mobile/es/components/action-sheet'; export declare function showActionSheet(props: Omit): ActionSheetShowHandler;