import { PropsWithChildren } from 'react'; export interface MainMenuItemProps { selected?: boolean; } export declare const MainMenuItem: ({ selected, children, }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=main-menu-item.d.ts.map