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

declare const SelectItemGroup: {
    ({ children, disabled, label, ...props }: SelectItemGroupProps): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { SelectItemGroup, SelectItemGroup as default };
