import { SVGIconProps } from "./SVGIconProps";
declare function XLSIcon(props: SVGIconProps): import("react/jsx-runtime").JSX.Element;
export default XLSIcon;
