import { type SvgIconProps } from "@mui/material"; import React from "react"; export declare const ExcelIcon: (props: SvgIconProps) => React.JSX.Element;