import React from 'react'; import { View, type ViewProps } from 'react-native'; import type { CardSectionProps } from './types'; export declare const CardSection: React.ForwardRefExoticComponent & React.RefAttributes>;