/** * AIChatPanel Module — ADR-119 modular structure. */ export { AIChatPanel } from './AIChatPanel'; export type { AIChatPanelProps } from '../AIChatPanel.types'; export * from './types';