import { FC } from 'react'; export interface MenuTextProps { className?: string; } export declare const MenuText: FC;