import * as React from "react";
import { FieldStateProps, SelectDBValue, SelectProps } from "../../redux/FormComponents/FormComponents.types";
export declare const Select: React.ComponentType<SelectProps & FieldStateProps<SelectDBValue>>;
