import * as React from "react";
import type { IconProps } from "../types";
declare const History: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default History;
//# sourceMappingURL=history.d.ts.map