declare const searchUnitId = "livesearch-popover"; declare const stylingIds: { popover: string; product: string; products: string; productName: string; productPrice: string; suggestion: string; suggestions: string; suggestionsHeader: string; viewAll: string; }; declare const activeClass = "active"; export { activeClass, searchUnitId, stylingIds };