import { FieldPathByValue, FieldValues } from "react-hook-form"; import { FormFieldLayoutProps } from "../common/FormFieldLayout.js"; type Size = "small" | "normal"; export declare function SelectStringFormField = FieldPathByValue>({ options, size, ...props }: FormFieldLayoutProps & { name: TName; size?: Size; options: NonNullable[]; placeholder?: string; required?: boolean; }): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SelectStringFormField.d.ts.map