export default function reactToMana(react: any): {
    elementName: any;
    attributes: {};
    children: any;
};
