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