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