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