import type { ReactNode } from 'react'; import React from 'react'; export declare function getClearIcon(prefixCls: string, allowClear?: boolean | { clearIcon?: ReactNode; }, clearIcon?: ReactNode): string | number | bigint | true | Iterable | Promise> | Iterable> | React.JSX.Element;