/// declare const Soup: ({ color, width, height }: { color: any; width: any; height: any; }) => JSX.Element; export default Soup;