import type { HtmlIngredientProps } from '../types.js';
export interface PasswordInputLabelProps extends HtmlIngredientProps<'label', HTMLLabelElement> {
}
declare const PasswordInputLabel: import("svelte").Component<PasswordInputLabelProps, {}, "ref">;
type PasswordInputLabel = ReturnType<typeof PasswordInputLabel>;
export default PasswordInputLabel;
