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