import * as React from 'react';
import { IMenuButtonProps } from './MenuButton.types';
/**
 * @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
 * future.
 */
export declare const MenuButton: React.FunctionComponent<IMenuButtonProps>;
/**
 * @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
 * future.
 */
export default MenuButton;
