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 SelectGroupLabel(componentProps: SelectGroupLabel.Props): import("react").ReactElement>; export interface SelectGroupLabelState { } export interface SelectGroupLabelProps extends ZestUIComponentProps { } export declare namespace SelectGroupLabel { type State = SelectGroupLabelState; type Props = SelectGroupLabelProps; } //# sourceMappingURL=SelectGroupLabel.d.ts.map