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

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

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