import React from "react";

/**
 * close.svg
 */
declare const CloseIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default CloseIcon;
