import * as React from "react"; import { Command as CommandPrimitive } from "cmdk"; type SeparatorProps = React.ComponentPropsWithoutRef; declare const Separator: (props: SeparatorProps) => React.JSX.Element; export { Separator, type SeparatorProps };