import { ReactNode } from "react"; export declare const SelectPortal: ({ children }: { children: ReactNode; }) => import("react").ReactPortal | null;