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