import React from 'react'; import type { Text as RNText } from 'react-native'; import { FormLabelProps } from './types'; export declare const FormLabel: React.ForwardRefExoticComponent>;