import { SelectEmptyProps } from "./Select.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";

//#region src/components/Select/SelectEmpty.d.ts
declare const SelectEmpty: {
  ({
    children,
    label,
    labelElement,
    value,
    ...props
  }: SelectEmptyProps): _$react_jsx_runtime0.JSX.Element;
  displayName: string;
};
//#endregion
export { SelectEmpty };
//# sourceMappingURL=SelectEmpty.d.ts.map