import { Icons } from '../Icon/icon.constants'; export declare const SearchConstants: { CLASSNAME: string; DEFAULTVALUE: string; ICONS: { SEARCH: Icons; CLEAN: Icons; }; KEYS: { ENTER: string; }; };