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

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

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