import Root from './root.svelte'; export type { ArrowRootProps } from './root.svelte'; export declare const Arrow: { Root: typeof Root; };