import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgCake: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgCake; //# sourceMappingURL=Cake.d.ts.map