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