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