import { SelectProps as BaseSelectProps } from "@mantine/core"; import React from "react"; import { SelectInputProps } from "./BaseSelect"; export type SelectProps = Omit & SelectInputProps; export declare const SelectInput: React.FC; //# sourceMappingURL=SelectInput.d.ts.map