import React from "react";
import { View } from "react-native";
import type { Types } from "../types";
export declare const Pressable: React.ForwardRefExoticComponent<Omit<import("react-native").PressableProps, "android_ripple" | "onPress"> & {
    android_ripple?: boolean | import("react-native").PressableAndroidRippleConfig | undefined;
    feedback?: Types.FeedBack | undefined;
    feedbackIntensity?: number | undefined;
    onPress?: Types.OnPress;
    whilePress?: (() => () => void) | undefined;
    requiresNetwork?: boolean | undefined;
} & React.RefAttributes<View>>;
//# sourceMappingURL=index.d.ts.map