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

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

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