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