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

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

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