import type { PropsWithChildren } from '../../../internal/props-with-children.js'; import type { Props } from '@zag-js/tooltip'; export interface TooltipRootProps extends Omit, PropsWithChildren { } declare const Root: import("svelte").Component; type Root = ReturnType; export default Root;