import { createChat } from '../../index'; export declare function createTestChat(options?: Parameters[0]): { unmount: () => void; container: Element; };