import { type Container, type Filter } from 'pixi.js'; import { type HostConfig } from '../typedefs/HostConfig'; import { type InstanceState } from '../typedefs/InstanceState'; /** Create the instance with the provided sate and attach the component to it. */ export declare function prepareInstance(component: T, state?: Partial): import("../typedefs/PixiReactNode").PixiReactNode;