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

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

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