import { FC } from 'react'; import type { IShaInputProps } from './interface'; declare const ShaInput: FC; export default ShaInput;