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