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