import { IInputProps } from "../input/types"; export interface IPasswordInputProps extends IInputProps { }