import type { JSX } from 'react'; declare function PasswordHiddenIcon(props: JSX.IntrinsicElements['svg']): JSX.Element; export { PasswordHiddenIcon };