/// <reference types="react" />
import { SvgIconProps } from "@mui/material/SvgIcon";
export declare const ThreadsIcon: (props: SvgIconProps) => JSX.Element;
