import { WithChildren } from "@fremtind/jkl-core"; import React from "react"; import { FeedbackState } from "../types"; export declare const useMainQuestionContext: () => FeedbackState | undefined; interface Props extends WithChildren { state: FeedbackState; } export declare const MainQuestionContextProvider: React.FC; export {};