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