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

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

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