import { PropsWithChildrenAndClassName } from '../../types'; /** * **JSON-format type: menuBox** * * An optional wrapper around `menuPath`, to e.g. inform the renderer that the `menuPath` should have some e.g. border around it. * * Children: `[menuPath]` * * _Note: Pre-iCup (but to be clear, `menuPath` may still appear in iCup content)_ * * @param props * @constructor */ declare function MenuBox(props: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { MenuBox };