// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const Search: React.FunctionComponent<Props>;
export { Search, Search as default };
