import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps } from '@yamada-ui/core';
import { MotionPropsWithoutChildren } from '@yamada-ui/motion';

interface MenuListProps extends HTMLUIProps<"ul"> {
    contentProps?: MotionPropsWithoutChildren;
}
declare const MenuList: _yamada_ui_core.Component<"ul", MenuListProps>;

export { MenuList, type MenuListProps };
