import { GroupBase, SingleValueProps } from 'react-select'; import { SelectableValue } from '@grafana/data'; export type Props = SingleValueProps, boolean, GroupBase>>; export declare const SingleValue: (props: Props) => import("react/jsx-runtime").JSX.Element;