import type { HTMLAttributes } from '../../../internal/html-attributes.js';
import type { PropsWithElement } from '../../../internal/props-with-element.js';
export interface TooltipArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {
}
declare const ArrowTip: import("svelte").Component;
type ArrowTip = ReturnType;
export default ArrowTip;