import React from 'react'; interface XIconProps { color?: string; width?: number; height?: number; className?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function XIcon({ width, height, className, color }: XIconProps): React.JSX.Element; export {}; //# sourceMappingURL=x-icon.d.ts.map