import React from "react"; export declare function Menu({ children, defaultOpened, ...props }: { defaultOpened?: boolean; children: React.ReactNode; "aria-label"?: string; }): import("react/jsx-runtime").JSX.Element;