import { ReactIconComponentType } from '../types';

declare const Cake: ReactIconComponentType;
export default Cake;
            