import { FC, ReactNode } from 'react'; export declare const Portal: FC<{ id?: string; children: ReactNode; }>;