import type { SVGProps } from "react"; export interface XmarkCircleIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function XmarkCircleIcon({ className, size, color, ...props }: XmarkCircleIconProps): import("react").JSX.Element; //# sourceMappingURL=xmark-circle-icon.d.ts.map