export {}; export interface PortalProps { ref?: React.Ref; children: React.ReactNode; selector: (() => T | null) | string; }