import React from 'react'; declare const Command: { ({ className, ...props }: React.HTMLAttributes): React.JSX.Element; displayName: string; } & { Copy: React.ForwardRefExoticComponent & { content: string; asChild?: boolean; } & React.RefAttributes, "ref"> & React.RefAttributes>; }; export { Command };