import { type ElementType } from 'react'; import type { SelectLabelProps } from './types'; /** * Label for a group of select items. Provides accessible context for grouped options. */ export declare const SelectLabel: { ({ as, children, ...props }: SelectLabelProps): import("react/jsx-runtime").JSX.Element; displayName: string; };