/** * Demo components for comprehensive testing of ChatInterface features * Including tool calling, markdown rendering, UI components, and edge cases */ export declare function ChatDemoToolCalling(): import("react/jsx-runtime").JSX.Element; export declare function ChatDemoMarkdownResponses(): import("react/jsx-runtime").JSX.Element; export declare function ChatDemoUIComponents(): import("react/jsx-runtime").JSX.Element; export declare function ChatDemoFileUploads(): import("react/jsx-runtime").JSX.Element; export declare function ChatDemoErrorHandling(): import("react/jsx-runtime").JSX.Element; export declare function ChatDemoCapabilitiesInteraction(): import("react/jsx-runtime").JSX.Element;