import { SelectOption, SelectOptionLabelProps } from '../../../types'; declare const SingleLineOptionLabel: ({ highlightedText, option: { label: text }, selected, disabled, }: SelectOptionLabelProps) => JSX.Element; export default SingleLineOptionLabel;