import { Control } from "react-hook-form"; import { FormDataProps } from "../hooks/usePublishModal"; export declare const SubjectsDropdown: ({ control, selectedSubjectAreas, selectSubjects, }: { control: Control; selectedSubjectAreas: Array; selectSubjects: (value: string | number) => void; }) => import("react/jsx-runtime").JSX.Element;