import { PasswordInputProps as BasePasswordFieldProps } from '../ui/password-field'; import type * as React from 'react'; export type PasswordFieldProps = Omit; export declare const PasswordField: { (props: PasswordFieldProps & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=password-field.d.ts.map