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

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

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