import { FC } from 'react';
import { ContactQuestionProps } from '../types.cjs';
export declare const ContactQuestion: FC<ContactQuestionProps>;
