import type { HtmlIngredientProps } from '../types.js'; export interface PasswordInputControlProps extends HtmlIngredientProps<'div', HTMLDivElement> { } declare const PasswordInputControl: import("svelte").Component; type PasswordInputControl = ReturnType; export default PasswordInputControl;