import * as _yamada_ui_core from '@yamada-ui/core';
import { HTMLUIProps } from '@yamada-ui/core';
interface MenuSeparatorProps extends HTMLUIProps<"hr"> {
}
declare const MenuSeparator: _yamada_ui_core.Component<"hr", MenuSeparatorProps>;
export { MenuSeparator, type MenuSeparatorProps };