import { type ComponentProps } from 'react'; export interface CommandEmptyProps extends ComponentProps<'div'> { } export declare const CommandEmpty: { ({ ref, className, ...props }: CommandEmptyProps & { ref?: import("react").Ref | undefined; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=command-empty.d.ts.map