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