import { FC } from 'react'; import { InputProps } from '../Inputs'; declare const Password: FC; export default Password;