import ' rollup-plugin-inject-process-env';
import { FC } from "react";
export interface Props {
}
declare const ChatChipsContainer: FC<Props>;
export default ChatChipsContainer;
