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