import { type ViewProps } from '@tamagui/web'; import type { PortalProps } from './PortalProps'; export declare const getStackedZIndexProps: (propsIn: PortalProps) => { stackZIndex: import("@tamagui/z-index-stack").StackZIndexProp | undefined; zIndex: any; }; export declare const resolveViewZIndex: (zIndex: ViewProps["zIndex"]) => any; //# sourceMappingURL=helpers.d.ts.map