import React from 'react';
import * as RN from 'react-native';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<RN.ViewProps & {
    vertical: boolean;
    inverted: boolean;
    children?: React.ReactNode;
} & React.RefAttributes<RN.View>>>;
export default _default;
