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