import React from 'react'; interface SearchType { value: string; iconShow: boolean; fontColor: string; backgroundColor: string; borderRadius: boolean; paddingLeft: number; paddingRight: number; sticky: boolean; fontsize: number; urlPath: string; paddings: number; otherStyles: Array; __pageConfig: { [v: string]: any; }; } export declare const Search: React.NamedExoticComponent; export {};