import React from 'react'; import { View } from 'react-native'; import type { FormSectionProps } from './types'; export declare const FormSection: React.ForwardRefExoticComponent>;