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