export interface SearchConfig { enabled?: boolean; highlighting?: boolean; placeholder?: string; phrase?: string; }