import React from 'react'; export interface PortalContainerProps { backLinkText?: string; backLink?: string; } export declare const PortalContainer: React.FC;