import React from 'react';
export default function ChattrLoader({ chattrBotName, }: {
    chattrBotName?: string;
}): React.JSX.Element;
