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

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

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