type XIconProps = {
    className?: string;
};
export declare const XIcon: ({ className }: XIconProps) => import("react/jsx-runtime").JSX.Element;
export {};
