import { ServerActionResponse } from '@/common-types'; import { ContactUsSchemaType } from '..'; export declare function contactUsFormSubmit(values: ContactUsSchemaType): Promise>;