import React from "react";
import { SearchIconProps } from "./SearchIcon.types";
declare const IconDownload: React.FC<SearchIconProps>;
export default IconDownload;
