export type * from "./Menu.js"; export type * from "./Menu.Item.js"; /** * Optional wrapper for menu items. Simple flex container with `8px` gap (no * background or other styling). * * @see https://bifrost.intility.com/react/menu * * @example * // basic (vertical) menu * * Home * Profile * Applications * * * @example * // horizontal (inline) menu with step icons * * * * * Step 1 * * * * * * Step 1 * * * [more steps...] * */ declare const _default: { ({ horizontal, className, ...props }: import("./Menu.js").MenuProps): import("react/jsx-runtime").JSX.Element; displayName: string; } & { /** * Menu item, equivalent to `
`. Usually wrapped * inside `` or `