/// <reference types="react" />
import { type SelectBaseProps } from "./SelectBase";
export interface SelectProps extends SelectBaseProps {
}
export declare const Select: import("react").MemoExoticComponent<import("@formily/react").ReactFC<Omit<SelectProps, "ref">>>;
