import React from "react"; /** * mark-threads-as-read.svg */ declare const MarkThreadsAsReadIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default MarkThreadsAsReadIcon;