/// <reference types="react" />
export declare const SearchIcon: ({ showIcon }: {
    showIcon: boolean;
}) => JSX.Element | null;
