import { ReactNode } from 'react'; export declare const withSelectIcon: (content: ReactNode, isSelect: boolean, editModeEnabled: boolean) => string | number | boolean | Iterable | import("react/jsx-runtime").JSX.Element | null | undefined;