import { FC } from 'react'; import { SSelectProps } from './types'; declare const SSelect: FC; export default SSelect;