import React from "react";
import { SvgProps } from "../../../components/Svg/types";
declare const Icon: React.FC<SvgProps>;
export default Icon;
