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