import { default as React } from 'react'; interface MenuTitleProps { /** * The title of the menu. */ title: string; /** * The id of the menu title. */ id?: string; /** * The CSS class. */ className?: string; } export declare const MenuTitle: React.FC; export {}; //# sourceMappingURL=MenuTitle.d.ts.map