export function Portal({ children, target }: { children: any; target: any; }): any;