import * as styles from '../style/Autosuggest'; export interface AutosuggestInterface { load: (e: string) => void; list: Array; placeholder?: string; initialValue?: string; label?: string; styles?: typeof styles; }