import React from "react"; import type { SVGIcon } from "./types"; declare const Tick: (props: SVGIcon) => React.JSX.Element; export default Tick; //# sourceMappingURL=tick.d.ts.map