import * as React from 'react'; interface BodyPortalProps { /** * TEMPORARY: a stopgap solution to avoid zIndex conflicts - * will be reworked with: GM-624 * previously, zIndex was set to 1 in the CSS function */ zIndex?: number; } export declare const BodyPortal: React.FC>; export {};