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