import type { TextComposerState } from 'stream-chat';
export type CommandChipProps = {
    command?: TextComposerState['command'];
};
export declare const CommandChip: ({ command }: CommandChipProps) => import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=CommandChip.d.ts.map