import '@tamagui/polyfill-dev'; import * as React from 'react'; import type { PortalProps } from './PortalProps'; export declare const Portal: React.MemoExoticComponent<(propsIn: PortalProps) => React.ReactNode>; //# sourceMappingURL=Portal.d.ts.map