import React from "react";
import { QuestionProps } from "../types";
export declare const SmileyQuestion: React.FC<QuestionProps>;
