import { FC } from 'react';
import { ADSIcon } from "../../icons.types";
declare const ArrowTopRight20: FC<ADSIcon>;
export default ArrowTopRight20;
