interface ChatModeToggleButtonProps { isDisabled?: boolean; tooltipPosition?: 'top-end' | 'top-start' | 'top'; } declare const ChatModeToggleButton: ({ isDisabled, tooltipPosition, }: ChatModeToggleButtonProps) => import("react/jsx-runtime").JSX.Element | null; export default ChatModeToggleButton;