import type { ContactFormProps } from './types'; export declare function ContactForm({ config, texts, locale, emailTo, phone, webId, apiConfig, }: ContactFormProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ContactForm.d.ts.map