///
import type { PasswordInputProps } from '@toptal/picasso-password-input';
import type { FieldProps } from '../Field';
import type { Props as FieldLabelProps } from '../FieldLabel';
export declare type Props = PasswordInputProps & FieldProps & {
hideRequirements?: boolean;
} & FieldLabelProps;
export declare const PasswordInput: {
({ validate, hideRequirements, ...rest }: Props): JSX.Element;
displayName: string;
};
export default PasswordInput;
//# sourceMappingURL=PasswordInput.d.ts.map