import { StylableProps } from '../../styles/typings'; export type PasswordProps = StylableProps & { value: string; };