import type { AttributionProps } from './types'; declare const Attribution: import("svelte").Component; type Attribution = ReturnType; export default Attribution;