export declare class IvSuggest { topqueries?: string; collections?: string; products?: string; banner?: string; bannerurl?: string; bannertitle?: string; bannertitletag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span'; bannerbuttontext?: string; topquerytitle?: string; productstitle?: string; collectionstitle?: string; gridlayout?: string; requestfields?: string; private get suggestionElements(); private renderQueries; private renderTiles; private renderBanner; private renderers; render(): any; }