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