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