import type { FooterLeftModelSwitchConfig } from './types'; export interface ChatInputModelSwitcherProps { config: FooterLeftModelSwitchConfig; disabled: boolean; arrowDownIcon?: React.ReactNode; dataStyle?: string; dataTheme?: string; } export declare function ChatInputModelSwitcher({ config, disabled, dataStyle, dataTheme, arrowDownIcon, }: ChatInputModelSwitcherProps): import("react/jsx-runtime").JSX.Element; export declare namespace ChatInputModelSwitcher { var displayName: string; }