import { ElementFactory } from '../types'; declare const useElementFactory: (factory: ElementFactory) => void; export default useElementFactory; //# sourceMappingURL=useElementFactory.d.ts.map