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