import React from 'react'; import { Command as CommandPrimitive } from 'cmdk'; export interface CommandEmptyProps extends React.ComponentPropsWithoutRef { } /** * CommandEmpty Component * * Displayed when no results are found in the command palette. * * @public */ export declare const CommandEmpty: React.ForwardRefExoticComponent>; //# sourceMappingURL=CommandEmpty.d.ts.map