import React from 'react';
import { TouchableOpacityProps as TouchableOpacityBaseProps, StyleProp, ViewStyle } from 'react-native';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
    children?: React.ReactNode;
    style?: StyleProp<ViewStyle>;
} & {
    bgColor?: import("react-native").ColorValue | undefined;
} & import("../..").MarginProps & import("../..").PaddingProps & ViewStyle & Omit<TouchableOpacityBaseProps, "style"> & React.RefAttributes<unknown>>>;
export default _default;
