export default Comments; declare function Comments({ newThread, appVersionsId, socket, canvasWidth, currentPageId, }: { newThread?: {} | undefined; appVersionsId: any; socket: any; canvasWidth: any; currentPageId: any; }): import("react/jsx-runtime").JSX.Element[] | null;