import React from 'react'; type XIconProps = React.HTMLAttributes & { width?: number | string; height?: number | string; fill?: string; }; export declare const XIcon: ({ width, height, fill, ...props }: XIconProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=XIcon.d.ts.map