import { FC, ComponentPropsWithoutRef, PropsWithChildren } from 'react'; declare const SelectDropdownOptionText: FC & PropsWithChildren>; export default SelectDropdownOptionText;