import type { NeoPinProps } from './neo-pin.model.js';
declare const NeoPin: import("svelte").Component<NeoPinProps, {}, "ref" | "value" | "valid" | "touched" | "dirty" | "focused" | "hovered" | "validationRef" | "containerRef" | "labelRef">;
type NeoPin = ReturnType<typeof NeoPin>;
export default NeoPin;
