import React from 'react'; import { GenericComponentType } from '../../types'; export type ICenterComponentType
= GenericComponentType
; export declare const Center: ICenterComponentType, unknown, import("react-native").ViewProps, "Center">>>;