import React from 'react';
import { UndrawSVGProps } from '../types';
declare const Cancel: React.FC<UndrawSVGProps>;
export default Cancel;
