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

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

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