export interface AtlantisPortalContentProps { /** The content that will be rendered inside a portal. */ readonly children: React.ReactNode; }