import { MouseEventHandler } from 'react'; type MenuButtonProps = { color?: string; onClick?: MouseEventHandler; ariaLabel?: string; }; export declare const MenuButton: ({ color, onClick, ariaLabel, ...restProps }: MenuButtonProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=menu-button.d.ts.map