interface Props { variant?: 'default' | 'loading' | 'success' | 'async'; } declare const ContactFormStory: import("svelte").Component; type ContactFormStory = ReturnType; export default ContactFormStory;