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