import * as _chakra_ui_system_dist_system_types from '@chakra-ui/system/dist/system.types'; import { InputProps } from './Input.js'; import '@chakra-ui/react'; import 'react'; type PasswordInputProps = InputProps; declare const PasswordInput: _chakra_ui_system_dist_system_types.ComponentWithAs<"input", InputProps>; export { PasswordInput, PasswordInputProps };