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