import React from 'react'; export type Props = { isNativeSelect?: boolean; }; declare const WidgetChatbotAi: ({}: Props) => React.JSX.Element; export { WidgetChatbotAi };