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