import React from 'react'; import { type Intergalactic } from './core-types/Component'; export declare function assignProps(p1: any, p2: any): any; declare function createComponent = never[]>(OriginComponent: any, childComponents?: any, options?: { context?: React.Context; parent?: Intergalactic.Component | Intergalactic.Component[]; enhancements?: [any]; }): Intergalactic.Component; declare function createBaseComponent(OriginComponent: React.ForwardRefRenderFunction, P>): Intergalactic.Component; export { createComponent, createBaseComponent };