import React from "react"; import type { SelectLegacyProps } from "./Select.types"; export declare function Select(props: SelectLegacyProps): React.JSX.Element;