import React from 'react'; interface XmlIconProps extends React.SVGProps { size?: number | string; } export declare const XmlIcon: React.FC; export default XmlIcon;