import React, { PropsWithChildren } from 'react'; import { BaseProps } from '../../@types/base'; import { View } from 'react-native'; export type VerticalCenterProps = PropsWithChildren>; export declare const VerticalCenter: React.ForwardRefExoticComponent & { children?: React.ReactNode | undefined; } & React.RefAttributes>; //# sourceMappingURL=VerticalCenter.d.ts.map