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