/// import { type CreateSeparatorProps } from "@melt-ui/svelte"; export declare function setCtx(props: CreateSeparatorProps): { updateOption: (key: K, value: V | undefined) => void; getAttrs: (part: "root") => Record; elements: { root: import("@melt-ui/svelte/internal/helpers").MeltElement<[import("@melt-ui/svelte/internal/helpers").WithGet>, import("@melt-ui/svelte/internal/helpers").WithGet>], import("svelte/action").Action>, ([$orientation, $decorative]: [import("@melt-ui/svelte/internal/types").Orientation, boolean]) => { role: string; 'aria-orientation': "vertical" | undefined; 'aria-hidden': boolean; 'data-orientation': import("@melt-ui/svelte/internal/types").Orientation; }, "separator">; }; options: import("@melt-ui/svelte/internal/helpers").ToWritableStores<{ orientation: import("@melt-ui/svelte/internal/types").Orientation; decorative: boolean; }>; };