import { Control } from "react-hook-form"; import { FormDataProps } from "../hooks/usePublishModal"; export declare const LangSelect: ({ control, }: { control: Control; }) => import("react/jsx-runtime").JSX.Element;