import type { PasswordInputProps } from './type';
export default function Password({ size, ...props }: PasswordInputProps): import("react/jsx-runtime").JSX.Element;
