import { CombinedRefs, SelectProps } from "./Select.types.js";
import * as _$react from "react";

//#region src/components/Select/Select.d.ts
declare const Select: _$react.ForwardRefExoticComponent<SelectProps & _$react.RefAttributes<CombinedRefs>>;
//#endregion
export { Select };
//# sourceMappingURL=Select.d.ts.map