import React from 'react'; export default function QuestionHelper({ text }: { text: React.ReactNode; }): JSX.Element; export declare function LightQuestionHelper({ text }: { text: React.ReactNode; }): JSX.Element;