/// declare type MenuTitleProps = { children: string; }; export declare function MenuTitle({ children }: MenuTitleProps): JSX.Element; export {};