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

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

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