export type PortalDOIProps = {
    /** The ID of the portal created with https://rest-docs.synapse.org/rest/POST/portal.html */
    portalId: string;
    /** The ID of the resource. For Portals, this is a string that serializes the resourceType and all key information for
     *  the resource */
    resourceId: string;
};
/**
 * Component used to view/create/edit a DOI for a portal resource.
 */
declare function PortalDOI(props: PortalDOIProps): import("react/jsx-runtime").JSX.Element;
export default PortalDOI;
//# sourceMappingURL=PortalDOI.d.ts.map