type $$ComponentProps = { orientation?: 'horizontal' | 'vertical'; class?: string; [key: string]: any; }; declare const Separator: import("svelte").Component<$$ComponentProps, {}, "">; type Separator = ReturnType; export default Separator;