import type { DictationKeyword } from '../../lib/api-client'; interface DictationVocabularySettingsProps { projectKeywords: string[]; excludedProjectKeywords: string[]; customKeywords: DictationKeyword[]; onExcludedProjectKeywordsChange: (keywords: string[]) => void; onChange: (keywords: DictationKeyword[]) => void; } export declare const DictationVocabularySettings: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=DictationVocabularySettings.d.ts.map