import type { PressableProps } from './Pressable'; /** * @deprecated Use `` instead. This will be removed in a future major release. * @deprecationExpectedRemoval v8 */ export type PressableOpacityProps = Omit< PressableProps, 'background' | 'borderColor' | 'borderRadius' | 'borderWidth' | 'transparentWhileInactive' >; /** * @deprecated Use `` instead. This will be removed in a future major release. * @deprecationExpectedRemoval v8 */ export declare const PressableOpacity: ({ children, ...props }: PressableOpacityProps) => import('react/jsx-runtime').JSX.Element; //# sourceMappingURL=PressableOpacity.d.ts.map