import React from 'react'; export interface PortalInterface { children?: React.ReactNode; selector: string; }