type $$ComponentProps = { length?: number; value?: string; label?: string; helperText?: string; status?: 'default' | 'error' | 'success'; disabled?: boolean; type?: 'text' | 'number' | 'password'; }; declare const PinInputStory: import("svelte").Component<$$ComponentProps, {}, "">; type PinInputStory = ReturnType; export default PinInputStory;