/// import type { CreateSeparatorProps } from './types.js'; export declare const createSeparator: (props?: CreateSeparatorProps) => { elements: { root: import("../../internal/helpers/index.js").MeltElement<[import("../../internal/helpers/index.js").WithGet>, import("../../internal/helpers/index.js").WithGet>], import("svelte/action").Action>, ([$orientation, $decorative]: [import("../../internal/types.js").Orientation, boolean]) => { role: string; 'aria-orientation': "vertical" | undefined; 'aria-hidden': boolean; 'data-orientation': import("../../internal/types.js").Orientation; }, "separator">; }; options: import("../../internal/helpers/index.js").ToWritableStores<{ orientation: import("../../internal/types.js").Orientation; decorative: boolean; }>; };