import type { HtmlIngredientProps } from '../types.js'; export interface PinInputHiddenInputProps extends HtmlIngredientProps<'input', HTMLInputElement> { } declare const PinInputHiddenInput: import("svelte").Component; type PinInputHiddenInput = ReturnType; export default PinInputHiddenInput;