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