import * as React from 'react';
export declare function AllZIndexPortals({ children, isPanorama }: {
children?: React.ReactNode;
isPanorama: boolean;
}): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;