export default ChatRealtimeAnswer;
declare function ChatRealtimeAnswer({ isLoading, label }: {
    isLoading: any;
    label: any;
}): JSX.Element;
