import * as react_jsx_runtime from 'react/jsx-runtime';
import { SelectEmptyProps } from './Select.types.js';
import '@radix-ui/react-select';
import 'react';

declare const SelectEmpty: {
    ({ children, label, value, ...props }: SelectEmptyProps): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { SelectEmpty, SelectEmpty as default };
