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