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

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

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