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