/** * Synchronous renderer node mapping for card nodes * * WARNING: This is an EXPERIMENTAL entry point and may change without notice in the future. Use it only at your own risk! * * Context: https://hello.atlassian.net/wiki/spaces/JIE/pages/5342146338 (Atlassian-internal) */ declare const nodeToReact: typeof import('../../react/nodes').nodeToReact; export default nodeToReact;