import { InputProps } from "./Input"; export declare type PasswordInputProps = {} & InputProps; export declare const PasswordInput: ({ ...props }: PasswordInputProps) => import("@emotion/react/jsx-runtime").JSX.Element;