import { ReactIconComponentType } from '../types';

declare const Cancel: ReactIconComponentType;
export default Cancel;
            