import React from 'react'; import { IconProps } from '../Icon'; import { MenuProps } from '../Menu'; import { ButtonProps } from './Button'; export declare type MenuButtonProps = ButtonProps & Pick & { scrollable?: MenuProps['scrollable']; openIconProps?: IconProps; }; export declare const MenuButton: React.MemoExoticComponent<(props: MenuButtonProps) => JSX.Element>; //# sourceMappingURL=MenuButton.d.ts.map