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