type Props = { inputId: string; correctiveAnswer: string; isFeedbackPending?: boolean; onCorrectiveAnswerChange: (value: string) => void; onSkip: () => void | Promise; onSubmit: () => void | Promise; }; export declare const CorrectiveFeedbackPopup: (props: Props) => import("solid-js").JSX.Element; export {}; //# sourceMappingURL=CorrectiveFeedbackPopup.d.ts.map