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