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