import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Cake: import("svelte").Component; type Cake = ReturnType; export default Cake; //# sourceMappingURL=cake.svelte.d.ts.map