import type { JSX } from 'solid-js'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type MenuProps = HeadlessPropsWithRef; export declare function Menu(props: MenuProps): JSX.Element; //# sourceMappingURL=Menu.d.ts.map