import { FC } from 'react'; import { AssistantMode } from '../types'; interface Props { mode: AssistantMode; onSuggestionClick: (suggestion: string) => void; } /** * AssistantEmptyState — the v2 zero-message surface (per the "panel-welcome" * mockup): a centered gradient sparkle mark, one headline, one contextual * sentence, and 3–4 rounded suggestion chips. Shown only while a conversation * has no messages (AssistantChatArea swaps it for the transcript once messages * exist). Derived from the former AssistantWelcome. */ export declare const AssistantEmptyState: FC; export {}; //# sourceMappingURL=AssistantEmptyState.d.ts.map