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