import { PropsWithChildren } from 'react'; import { TouchableOpacityProps } from 'react-native'; export declare type ForwardProps = PropsWithChildren; declare const Forward: ({ style, onPress, children, ...props }: ForwardProps) => JSX.Element; export default Forward;