import { IGenericFieldProps } from ".."; import { ISelectSchema } from "./types"; export declare const Select: (props: IGenericFieldProps) => import("react/jsx-runtime").JSX.Element;