import { CSSProperties } from "react"; import { IconProps } from "../type"; export declare function CancelIcon({ className, style, color, backgroundColor, ...props }: IconProps & { color?: CSSProperties["color"]; backgroundColor?: CSSProperties["color"]; }): JSX.Element;