import { SelectProps } from "./types.js"; import React from "react"; //#region src/select/select.d.ts declare const Select: { (props: SelectProps): React.ReactElement; displayName: string; }; //#endregion export { Select }; //# sourceMappingURL=select.d.ts.map