import type { CommandSeparatorProps } from "../types.js";
declare const CommandSeparator: import("svelte").Component<CommandSeparatorProps, {}, "ref">;
type CommandSeparator = ReturnType<typeof CommandSeparator>;
export default CommandSeparator;
