import ReactReconciler from "react-reconciler"; import { Container, Instance, PublicInstance, TextInstance } from "./types.js"; /** * `react-reconciler` - https://github.com/facebook/react/blob/main/packages/react-reconciler/README.md * * Custom react renderers - https://github.com/chentsulin/awesome-react-renderer#learn */ declare const _default: ReactReconciler.Reconciler; export default _default; //# sourceMappingURL=reconciler.d.ts.map