import type { HtmlIngredientProps } from '../types.js';
export interface PasswordInputInputProps extends HtmlIngredientProps<'input', HTMLInputElement> {
}
declare const PasswordInputInput: import("svelte").Component<PasswordInputInputProps, {}, "ref">;
type PasswordInputInput = ReturnType<typeof PasswordInputInput>;
export default PasswordInputInput;
