import { type ReactElement, type MutableRefObject } from 'react'; declare function findComponent
(Children: any, names: string[], recursively?: boolean, limit?: number): ReactElement
| undefined;
export declare function isAdvanceMode(Children: any, name: string[], recursively?: boolean): boolean;
type IntergalacticComponent = ReactElement & {
ref?: MutableRefObject