import { Text } from 'react-native'; import type { ZestUIComponentProps } from '../../types'; /** * An accessible label that is automatically associated with its parent group. * Renders a ``. */ export declare function ComboboxGroupLabel(componentProps: ComboboxGroupLabel.Props): import("react").ReactElement>; export interface ComboboxGroupLabelState { } export interface ComboboxGroupLabelProps extends ZestUIComponentProps { } export declare namespace ComboboxGroupLabel { type State = ComboboxGroupLabelState; type Props = ComboboxGroupLabelProps; } //# sourceMappingURL=ComboboxGroupLabel.d.ts.map