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

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

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