import { FC } from 'react';
export interface MenuTitleProps {
    className?: string;
}
export declare const MenuTitle: FC<MenuTitleProps>;
