/// import { IconProps } from "../type"; export declare function Cancel2Icon({ className, style, color, ...props }: IconProps & { color?: string; }): JSX.Element;