import type { IconProps } from "./Icon"; export declare const MSTeamsIcon: ({ color, width, height, viewBox, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export default MSTeamsIcon;