import { ReactNode } from 'react'; type MenuSectionProps = { children: ReactNode; }; export declare const MenuSection: ({ children }: MenuSectionProps) => import("react/jsx-runtime").JSX.Element; export {};