import { PluginPureHook } from '@gedit/runtime-compiler'; import { TextGameObject } from '@gedit/runtime-render'; export declare function text(ctx: PluginPureHook, component: TextGameObject): void; //# sourceMappingURL=text.d.ts.map