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