import type { PressableProps as Props, View } from 'react-native';
import React from 'react';
export declare const Pressable: React.ForwardRefExoticComponent<Props & {
    variants?: Record<string, string | boolean>;
} & React.RefAttributes<View>>;
//# sourceMappingURL=Pressable.native.d.ts.map