import React from 'react';
export type ProvenanceExternalIconProps = {
    url: string;
};
export declare const ProvenanceExternalIcon: (props: ProvenanceExternalIconProps) => React.ReactNode;
//# sourceMappingURL=ProvenanceExternalIcon.d.ts.map