import React from "react"; declare const notLunaticComponents: Map>; declare function createCustomizableLunaticField(LunaticField: React.MemoExoticComponent, name: string): (props: any) => JSX.Element; export { createCustomizableLunaticField, notLunaticComponents };