import type { HtmlIngredientProps } from '../types.js';
export interface MenuArrowTipProps extends HtmlIngredientProps<'span', HTMLSpanElement> {
}
declare const MenuArrowTip: import("svelte").Component<MenuArrowTipProps, {}, "ref">;
type MenuArrowTip = ReturnType<typeof MenuArrowTip>;
export default MenuArrowTip;
