import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgX: (props: SVGProps) => React.JSX.Element; export default SvgX; //# sourceMappingURL=X.d.ts.map