import { FC, SVGProps } from 'react'; declare const IconCake: FC & { fill?: string }>; export default IconCake;