import React from 'react'; import { Animated, ViewProps, StyleProp, ViewStyle } from 'react-native'; import { ContainerModifiers, ShadowsModifiers } from '../../commons/new'; export declare type ViewPropTypes = ViewProps & ContainerModifiers & ShadowsModifiers & { /** * If true, will render as SafeAreaView */ useSafeArea?: boolean; /** * Use Animate.View as a container */ animated?: boolean; /** * Turn off accessibility for this view and its nested children */ inaccessible?: boolean; /** * TODO: probobly isn't needed */ width?: string | number; /** * TODO: probobly isn't needed */ height?: string | number; /** * Experimental: Pass time in ms to delay render */ renderDelay?: number; /** * Set background color */ backgroundColor?: string; style?: StyleProp>; }; declare const _default: React.ComponentClass<(ViewProps & Partial> & Partial> & Partial> & Partial> & Partial> & Partial> & Partial> & import("../../commons/modifiers").CustomModifier & { /** * If true, will render as SafeAreaView */ useSafeArea?: boolean | undefined; /** * Use Animate.View as a container */ animated?: boolean | undefined; /** * Turn off accessibility for this view and its nested children */ inaccessible?: boolean | undefined; /** * TODO: probobly isn't needed */ width?: string | number | undefined; /** * TODO: probobly isn't needed */ height?: string | number | undefined; /** * Experimental: Pass time in ms to delay render */ renderDelay?: number | undefined; /** * Set background color */ backgroundColor?: string | undefined; style?: StyleProp | undefined; backgroundColor?: Animated.WithAnimatedValue | undefined; borderBottomColor?: Animated.WithAnimatedValue | undefined; borderBottomEndRadius?: Animated.WithAnimatedValue | undefined; borderBottomLeftRadius?: Animated.WithAnimatedValue | undefined; borderBottomRightRadius?: Animated.WithAnimatedValue | undefined; borderBottomStartRadius?: Animated.WithAnimatedValue | undefined; borderBottomWidth?: Animated.WithAnimatedValue | undefined; borderColor?: Animated.WithAnimatedValue | undefined; borderEndColor?: Animated.WithAnimatedValue | undefined; borderLeftColor?: Animated.WithAnimatedValue | undefined; borderLeftWidth?: Animated.WithAnimatedValue | undefined; borderRadius?: Animated.WithAnimatedValue | undefined; borderRightColor?: Animated.WithAnimatedValue | undefined; borderRightWidth?: Animated.WithAnimatedValue | undefined; borderStartColor?: Animated.WithAnimatedValue | undefined; borderStyle?: Animated.WithAnimatedValue<"solid" | "dotted" | "dashed" | undefined> | undefined; borderTopColor?: Animated.WithAnimatedValue | undefined; borderTopEndRadius?: Animated.WithAnimatedValue | undefined; borderTopLeftRadius?: Animated.WithAnimatedValue | undefined; borderTopRightRadius?: Animated.WithAnimatedValue | undefined; borderTopStartRadius?: Animated.WithAnimatedValue | undefined; borderTopWidth?: Animated.WithAnimatedValue | undefined; borderWidth?: Animated.WithAnimatedValue | undefined; opacity?: Animated.WithAnimatedValue | undefined; testID?: Animated.WithAnimatedValue | undefined; elevation?: Animated.WithAnimatedValue | undefined; alignContent?: Animated.WithAnimatedValue<"center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined> | undefined; alignItems?: Animated.WithAnimatedValue<"center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined> | undefined; alignSelf?: Animated.WithAnimatedValue<"auto" | "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined> | undefined; aspectRatio?: Animated.WithAnimatedValue | undefined; borderEndWidth?: Animated.WithAnimatedValue | undefined; borderStartWidth?: Animated.WithAnimatedValue | undefined; bottom?: Animated.WithAnimatedValue | undefined; display?: Animated.WithAnimatedValue<"none" | "flex" | undefined> | undefined; end?: Animated.WithAnimatedValue | undefined; flex?: Animated.WithAnimatedValue | undefined; flexBasis?: Animated.WithAnimatedValue | undefined; flexDirection?: Animated.WithAnimatedValue<"row" | "column" | "row-reverse" | "column-reverse" | undefined> | undefined; flexGrow?: Animated.WithAnimatedValue | undefined; flexShrink?: Animated.WithAnimatedValue | undefined; flexWrap?: Animated.WithAnimatedValue<"wrap" | "nowrap" | "wrap-reverse" | undefined> | undefined; height?: Animated.WithAnimatedValue | undefined; justifyContent?: Animated.WithAnimatedValue<"center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined> | undefined; left?: Animated.WithAnimatedValue | undefined; margin?: Animated.WithAnimatedValue | undefined; marginBottom?: Animated.WithAnimatedValue | undefined; marginEnd?: Animated.WithAnimatedValue | undefined; marginHorizontal?: Animated.WithAnimatedValue | undefined; marginLeft?: Animated.WithAnimatedValue | undefined; marginRight?: Animated.WithAnimatedValue | undefined; marginStart?: Animated.WithAnimatedValue | undefined; marginTop?: Animated.WithAnimatedValue | undefined; marginVertical?: Animated.WithAnimatedValue | undefined; maxHeight?: Animated.WithAnimatedValue | undefined; maxWidth?: Animated.WithAnimatedValue | undefined; minHeight?: Animated.WithAnimatedValue | undefined; minWidth?: Animated.WithAnimatedValue | undefined; overflow?: Animated.WithAnimatedValue<"visible" | "hidden" | "scroll" | undefined> | undefined; padding?: Animated.WithAnimatedValue | undefined; paddingBottom?: Animated.WithAnimatedValue | undefined; paddingEnd?: Animated.WithAnimatedValue | undefined; paddingHorizontal?: Animated.WithAnimatedValue | undefined; paddingLeft?: Animated.WithAnimatedValue | undefined; paddingRight?: Animated.WithAnimatedValue | undefined; paddingStart?: Animated.WithAnimatedValue | undefined; paddingTop?: Animated.WithAnimatedValue | undefined; paddingVertical?: Animated.WithAnimatedValue | undefined; position?: Animated.WithAnimatedValue<"absolute" | "relative" | undefined> | undefined; right?: Animated.WithAnimatedValue | undefined; start?: Animated.WithAnimatedValue | undefined; top?: Animated.WithAnimatedValue | undefined; width?: Animated.WithAnimatedValue | undefined; zIndex?: Animated.WithAnimatedValue | undefined; direction?: Animated.WithAnimatedValue<"ltr" | "rtl" | "inherit" | undefined> | undefined; shadowColor?: Animated.WithAnimatedValue | undefined; shadowOffset?: Animated.WithAnimatedValue<{ width: number; height: number; } | undefined> | undefined; shadowOpacity?: Animated.WithAnimatedValue | undefined; shadowRadius?: Animated.WithAnimatedValue | undefined; transform?: Animated.WithAnimatedValue<(import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform)[] | undefined> | undefined; transformMatrix?: Animated.WithAnimatedValue | undefined; rotation?: Animated.WithAnimatedValue | undefined; scaleX?: Animated.WithAnimatedValue | undefined; scaleY?: Animated.WithAnimatedValue | undefined; translateX?: Animated.WithAnimatedValue | undefined; translateY?: Animated.WithAnimatedValue | undefined; }>; } & { useCustomTheme?: boolean | undefined; }) | (ViewProps & Partial> & Partial> & Partial> & Partial> & Partial> & Partial> & Partial> & Partial> & { /** * If true, will render as SafeAreaView */ useSafeArea?: boolean | undefined; /** * Use Animate.View as a container */ animated?: boolean | undefined; /** * Turn off accessibility for this view and its nested children */ inaccessible?: boolean | undefined; /** * TODO: probobly isn't needed */ width?: string | number | undefined; /** * TODO: probobly isn't needed */ height?: string | number | undefined; /** * Experimental: Pass time in ms to delay render */ renderDelay?: number | undefined; /** * Set background color */ backgroundColor?: string | undefined; style?: StyleProp | undefined; backgroundColor?: Animated.WithAnimatedValue | undefined; borderBottomColor?: Animated.WithAnimatedValue | undefined; borderBottomEndRadius?: Animated.WithAnimatedValue | undefined; borderBottomLeftRadius?: Animated.WithAnimatedValue | undefined; borderBottomRightRadius?: Animated.WithAnimatedValue | undefined; borderBottomStartRadius?: Animated.WithAnimatedValue | undefined; borderBottomWidth?: Animated.WithAnimatedValue | undefined; borderColor?: Animated.WithAnimatedValue | undefined; borderEndColor?: Animated.WithAnimatedValue | undefined; borderLeftColor?: Animated.WithAnimatedValue | undefined; borderLeftWidth?: Animated.WithAnimatedValue | undefined; borderRadius?: Animated.WithAnimatedValue | undefined; borderRightColor?: Animated.WithAnimatedValue | undefined; borderRightWidth?: Animated.WithAnimatedValue | undefined; borderStartColor?: Animated.WithAnimatedValue | undefined; borderStyle?: Animated.WithAnimatedValue<"solid" | "dotted" | "dashed" | undefined> | undefined; borderTopColor?: Animated.WithAnimatedValue | undefined; borderTopEndRadius?: Animated.WithAnimatedValue | undefined; borderTopLeftRadius?: Animated.WithAnimatedValue | undefined; borderTopRightRadius?: Animated.WithAnimatedValue | undefined; borderTopStartRadius?: Animated.WithAnimatedValue | undefined; borderTopWidth?: Animated.WithAnimatedValue | undefined; borderWidth?: Animated.WithAnimatedValue | undefined; opacity?: Animated.WithAnimatedValue | undefined; testID?: Animated.WithAnimatedValue | undefined; elevation?: Animated.WithAnimatedValue | undefined; alignContent?: Animated.WithAnimatedValue<"center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined> | undefined; alignItems?: Animated.WithAnimatedValue<"center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined> | undefined; alignSelf?: Animated.WithAnimatedValue<"auto" | "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined> | undefined; aspectRatio?: Animated.WithAnimatedValue | undefined; borderEndWidth?: Animated.WithAnimatedValue | undefined; borderStartWidth?: Animated.WithAnimatedValue | undefined; bottom?: Animated.WithAnimatedValue | undefined; display?: Animated.WithAnimatedValue<"none" | "flex" | undefined> | undefined; end?: Animated.WithAnimatedValue | undefined; flex?: Animated.WithAnimatedValue | undefined; flexBasis?: Animated.WithAnimatedValue | undefined; flexDirection?: Animated.WithAnimatedValue<"row" | "column" | "row-reverse" | "column-reverse" | undefined> | undefined; flexGrow?: Animated.WithAnimatedValue | undefined; flexShrink?: Animated.WithAnimatedValue | undefined; flexWrap?: Animated.WithAnimatedValue<"wrap" | "nowrap" | "wrap-reverse" | undefined> | undefined; height?: Animated.WithAnimatedValue | undefined; justifyContent?: Animated.WithAnimatedValue<"center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined> | undefined; left?: Animated.WithAnimatedValue | undefined; margin?: Animated.WithAnimatedValue | undefined; marginBottom?: Animated.WithAnimatedValue | undefined; marginEnd?: Animated.WithAnimatedValue | undefined; marginHorizontal?: Animated.WithAnimatedValue | undefined; marginLeft?: Animated.WithAnimatedValue | undefined; marginRight?: Animated.WithAnimatedValue | undefined; marginStart?: Animated.WithAnimatedValue | undefined; marginTop?: Animated.WithAnimatedValue | undefined; marginVertical?: Animated.WithAnimatedValue | undefined; maxHeight?: Animated.WithAnimatedValue | undefined; maxWidth?: Animated.WithAnimatedValue | undefined; minHeight?: Animated.WithAnimatedValue | undefined; minWidth?: Animated.WithAnimatedValue | undefined; overflow?: Animated.WithAnimatedValue<"visible" | "hidden" | "scroll" | undefined> | undefined; padding?: Animated.WithAnimatedValue | undefined; paddingBottom?: Animated.WithAnimatedValue | undefined; paddingEnd?: Animated.WithAnimatedValue | undefined; paddingHorizontal?: Animated.WithAnimatedValue | undefined; paddingLeft?: Animated.WithAnimatedValue | undefined; paddingRight?: Animated.WithAnimatedValue | undefined; paddingStart?: Animated.WithAnimatedValue | undefined; paddingTop?: Animated.WithAnimatedValue | undefined; paddingVertical?: Animated.WithAnimatedValue | undefined; position?: Animated.WithAnimatedValue<"absolute" | "relative" | undefined> | undefined; right?: Animated.WithAnimatedValue | undefined; start?: Animated.WithAnimatedValue | undefined; top?: Animated.WithAnimatedValue | undefined; width?: Animated.WithAnimatedValue | undefined; zIndex?: Animated.WithAnimatedValue | undefined; direction?: Animated.WithAnimatedValue<"ltr" | "rtl" | "inherit" | undefined> | undefined; shadowColor?: Animated.WithAnimatedValue | undefined; shadowOffset?: Animated.WithAnimatedValue<{ width: number; height: number; } | undefined> | undefined; shadowOpacity?: Animated.WithAnimatedValue | undefined; shadowRadius?: Animated.WithAnimatedValue | undefined; transform?: Animated.WithAnimatedValue<(import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform)[] | undefined> | undefined; transformMatrix?: Animated.WithAnimatedValue | undefined; rotation?: Animated.WithAnimatedValue | undefined; scaleX?: Animated.WithAnimatedValue | undefined; scaleY?: Animated.WithAnimatedValue | undefined; translateX?: Animated.WithAnimatedValue | undefined; translateY?: Animated.WithAnimatedValue | undefined; }>; } & { useCustomTheme?: boolean | undefined; }), any>; export default _default;