import type { HtmlIngredientProps } from '../types.js';
export interface PasswordInputIndicatorProps extends HtmlIngredientProps<'span', HTMLSpanElement> {
}
declare const PasswordInputIndicator: import("svelte").Component<PasswordInputIndicatorProps, {}, "ref">;
type PasswordInputIndicator = ReturnType<typeof PasswordInputIndicator>;
export default PasswordInputIndicator;
