import { SelectOption, SelectOptionLabelProps } from '../../../types'; declare function AvatarOptionLabel({ option, highlightedText, selected, disabled, }: SelectOptionLabelProps): JSX.Element; export default AvatarOptionLabel;