declare const chat_square_text: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default chat_square_text;