import type { IconProps } from "./types"; export declare const ClearIcon: (props: IconProps) => JSX.Element;