import { ReactElement } from 'react'; import { Attribution } from './types'; interface Props { to: Attribution; } export declare const AttributionTag: ({ to }: Props) => ReactElement; export {}; //# sourceMappingURL=AttributionTag.d.ts.map