import { View } from 'react-native'; import type { ControlFieldGroupProps } from './types'; export declare const ControlFieldGroup: import("../../core/factory").PlatformBlocksComponent<{ props: ControlFieldGroupProps; ref: View; }>;