import type { FC } from 'react'; import { Select as ArkUiSelect } from '@ark-ui/react/select'; export type SelectValueTextProps = Omit; export declare const SelectValueText: FC;