/** * * This element safely resets the stacking context with limited side effects. * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context * * **WARNING**: Please do not change the values of position or z-index here or extend this component with overrides * to these properties as it will no longer guarantee a predictable behavior */ export declare const AppWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;