import type { ChatComponent } from "../types/java.js"; export declare function decodeChatComponent(component: ChatComponent | ChatComponent[] | string, cleanColorCode?: boolean): string; //# sourceMappingURL=decodeChatComponent.d.ts.map