import type React from 'react' export function TamaguiRoot(props: { children: React.ReactNode trackMount?: boolean style?: any }) { return props.children }