interface XSVGProps extends React.SVGProps<SVGSVGElement> {
}
declare const XSVG: React.FC<XSVGProps>;
export default XSVG;
//# sourceMappingURL=x.d.ts.map