import { ActionSheetProps } from '@bytedance/mona';
import './index.module.less';
export declare const MONA_WEB_ACTION_SHEET = "mona-web-action-sheet";
export declare function ActionSheet(props: ActionSheetProps): JSX.Element;
export declare function webShowActionSheet(options: ActionSheetProps): void;
