import { FC } from 'react'; import { SurveyComponents, SurveyProps } from './types'; declare const Survey: FC & SurveyComponents; export default Survey;