import { View } from "react-native"; import { BoxProps } from "../Box"; export type FlexProps = BoxProps; export declare const Flex: import("react").ForwardRefExoticComponent>;