import type { FC } from 'react'; interface SelectValueIconProps { index?: number; } export declare const SelectValueIcon: FC; export {};