import { type Container, type Filter } from 'pixi.js'; import { type PixiElements } from './PixiElements'; import { type PixiReactNode } from './PixiReactNode'; export interface HostConfig { childSet: never; containerInstance: PixiReactNode; filterInstance: PixiReactNode; formInstance: never; hostContext: Record; hydratableInstance: never; instance: PixiReactNode; noTimeout: number; props: Record; publicInstance: PixiReactNode; suspenseInstance: PixiReactNode; textInstance: PixiReactNode; timeoutHandle: number; type: keyof PixiElements; updatePayload: object; transitionStatus: null; }