import { type PixiReactNode } from 'typedefs/PixiReactNode'; import { type HostConfig } from '../typedefs/HostConfig'; /** Always throws, because we don't support this (yet). */ export declare function createTextInstance(_text: string, _rootContainer: HostConfig['containerInstance'], _hostContext: HostConfig['hostContext'], _internalHandle: any): PixiReactNode;