import React from 'react';
import { MenuActionSheetProps } from './types';
export declare const MenuActionSheet: (props: MenuActionSheetProps) => React.JSX.Element;
