import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _XIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const XIcon: React.MemoExoticComponent<typeof _XIcon>;
export {};
//# sourceMappingURL=X.d.ts.map