import { ChatInterfaceProps } from './component/ChatInterface';
export interface ChatMainProps extends Omit<ChatInterfaceProps, 'variant'> {
}
export default function ChatMain(props: ChatMainProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ChatMain.d.ts.map