import type { ReactNode } from 'react'; interface RxOverflowItemProps { children: ReactNode; menuId?: string; minStateWidth?: string; } declare function RxOverflowItem({ children, menuId, minStateWidth }: RxOverflowItemProps): import("react/jsx-runtime").JSX.Element; declare namespace RxOverflowItem { var overflowRole: "item"; } export default RxOverflowItem; //# sourceMappingURL=RxOverflowItem.d.ts.map