type $$ComponentProps = { currency?: string; locale?: string; label?: string; disabled?: boolean; status?: 'default' | 'error' | 'success' | 'warning'; helperText?: string; size?: 'sm' | 'md' | 'lg'; min?: number; max?: number; }; declare const CurrencyInputStory: import("svelte").Component<$$ComponentProps, {}, "">; type CurrencyInputStory = ReturnType; export default CurrencyInputStory;