export declare function bindTextRenderModule({ bind }: {
    bind: any;
}): void;
export declare const textModule: typeof bindTextRenderModule;
