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