import * as React from 'react'; import { StyleProp, Animated, View, ViewStyle } from 'react-native'; declare type OutlinedCardProps = { mode: 'outlined'; elevation?: never; }; declare type ElevatedCardProps = { mode?: 'elevated'; elevation?: number; }; declare const _default: (React.ComponentClass & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }), "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "onPress" | "onLongPress" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "elevation" | "mode"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass<(OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }), any> & { ({ elevation: cardElevation, onLongPress, onPress, mode: cardMode, children, style, theme, testID, accessible, ...rest }: (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; })): JSX.Element; Content: { ({ index, total, siblings, style, ...rest }: import("react-native").ViewProps & React.RefAttributes & { children: React.ReactNode; index?: number | undefined; total?: number | undefined; siblings?: string[] | undefined; style?: StyleProp; }): JSX.Element; displayName: string; }; Actions: { (props: import("react-native").ViewProps & React.RefAttributes & { children: React.ReactNode; style?: StyleProp; }): JSX.Element; displayName: string; }; Cover: (React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "source" | "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "blurRadius" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "width" | "height" | "index" | "total"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "source" | "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "blurRadius" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "width" | "height" | "index" | "total"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>); Title: (React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "style" | "title" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "left" | "right" | "titleStyle" | "titleNumberOfLines" | "index" | "total" | "subtitle" | "subtitleStyle" | "subtitleNumberOfLines" | "leftStyle" | "rightStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "style" | "title" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "left" | "right" | "titleStyle" | "titleNumberOfLines" | "index" | "total" | "subtitle" | "subtitleStyle" | "subtitleNumberOfLines" | "leftStyle" | "rightStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>); }) | (React.FunctionComponent<(OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; })> & { ({ elevation: cardElevation, onLongPress, onPress, mode: cardMode, children, style, theme, testID, accessible, ...rest }: (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; })): JSX.Element; Content: { ({ index, total, siblings, style, ...rest }: import("react-native").ViewProps & React.RefAttributes & { children: React.ReactNode; index?: number | undefined; total?: number | undefined; siblings?: string[] | undefined; style?: StyleProp; }): JSX.Element; displayName: string; }; Actions: { (props: import("react-native").ViewProps & React.RefAttributes & { children: React.ReactNode; style?: StyleProp; }): JSX.Element; displayName: string; }; Cover: (React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "source" | "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "blurRadius" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "width" | "height" | "index" | "total"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "source" | "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "blurRadius" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "width" | "height" | "index" | "total"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>); Title: (React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "style" | "title" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "left" | "right" | "titleStyle" | "titleNumberOfLines" | "index" | "total" | "subtitle" | "subtitleStyle" | "subtitleNumberOfLines" | "leftStyle" | "rightStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "style" | "title" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "left" | "right" | "titleStyle" | "titleNumberOfLines" | "index" | "total" | "subtitle" | "subtitleStyle" | "subtitleNumberOfLines" | "leftStyle" | "rightStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>); }), {}>) | (React.FunctionComponent & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }), "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "onPress" | "onLongPress" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "elevation" | "mode"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass<(OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }), any> & { ({ elevation: cardElevation, onLongPress, onPress, mode: cardMode, children, style, theme, testID, accessible, ...rest }: (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; })): JSX.Element; Content: { ({ index, total, siblings, style, ...rest }: import("react-native").ViewProps & React.RefAttributes & { children: React.ReactNode; index?: number | undefined; total?: number | undefined; siblings?: string[] | undefined; style?: StyleProp; }): JSX.Element; displayName: string; }; Actions: { (props: import("react-native").ViewProps & React.RefAttributes & { children: React.ReactNode; style?: StyleProp; }): JSX.Element; displayName: string; }; Cover: (React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "source" | "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "blurRadius" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "width" | "height" | "index" | "total"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "source" | "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "blurRadius" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "width" | "height" | "index" | "total"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>); Title: (React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "style" | "title" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "left" | "right" | "titleStyle" | "titleNumberOfLines" | "index" | "total" | "subtitle" | "subtitleStyle" | "subtitleNumberOfLines" | "leftStyle" | "rightStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "style" | "title" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "left" | "right" | "titleStyle" | "titleNumberOfLines" | "index" | "total" | "subtitle" | "subtitleStyle" | "subtitleNumberOfLines" | "leftStyle" | "rightStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>); }) | (React.FunctionComponent<(OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; })> & { ({ elevation: cardElevation, onLongPress, onPress, mode: cardMode, children, style, theme, testID, accessible, ...rest }: (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (OutlinedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; }) | (ElevatedCardProps & Pick & { children: React.ReactNode; style?: false | import("react-native").RegisteredStyle | Animated.Value | Animated.AnimatedInterpolation | Animated.WithAnimatedObject | Animated.WithAnimatedArray | import("react-native").RecursiveArray | null | undefined> | readonly (false | ViewStyle | import("react-native").RegisteredStyle | null | undefined)[] | null | undefined> | null | undefined; theme: ReactNativePaper.Theme; }, "ref" | "style" | "children" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; } & { children?: React.ReactNode; } & { /** * Resting elevation of the card which controls the drop shadow. */ elevation?: number | undefined; /** * Function to execute on long press. */ onLongPress?: (() => void) | undefined; /** * Function to execute on press. */ onPress?: (() => void) | undefined; /** * Mode of the Card. * - `elevated` - Card with elevation. * - `outlined` - Card with an outline. */ mode?: "outlined" | "elevated" | undefined; /** * Content of the `Card`. */ children: React.ReactNode; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; /** * Pass down testID from card props to touchable */ testID?: string | undefined; /** * Pass down accessible from card props to touchable */ accessible?: boolean | undefined; })): JSX.Element; Content: { ({ index, total, siblings, style, ...rest }: import("react-native").ViewProps & React.RefAttributes & { children: React.ReactNode; index?: number | undefined; total?: number | undefined; siblings?: string[] | undefined; style?: StyleProp; }): JSX.Element; displayName: string; }; Actions: { (props: import("react-native").ViewProps & React.RefAttributes & { children: React.ReactNode; style?: StyleProp; }): JSX.Element; displayName: string; }; Cover: (React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "source" | "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "blurRadius" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "width" | "height" | "index" | "total"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "source" | "style" | "onLayout" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "progressiveRenderingEnabled" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "resizeMode" | "resizeMethod" | "loadingIndicatorSource" | "defaultSource" | "blurRadius" | "capInsets" | "onProgress" | "onPartialLoad" | "fadeDuration" | "width" | "height" | "index" | "total"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ index, total, style, theme, ...rest }: import("react-native").ImageProps & React.RefAttributes & { index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>); Title: (React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "style" | "title" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "left" | "right" | "titleStyle" | "titleNumberOfLines" | "index" | "total" | "subtitle" | "subtitleStyle" | "subtitleNumberOfLines" | "leftStyle" | "rightStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, "ref" | "style" | "title" | "pointerEvents" | "onLayout" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "left" | "right" | "titleStyle" | "titleNumberOfLines" | "index" | "total" | "subtitle" | "subtitleStyle" | "subtitleNumberOfLines" | "leftStyle" | "rightStyle"> & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }, any> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }) | (React.FunctionComponent & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }> & { ({ title, titleStyle, titleNumberOfLines, subtitle, subtitleStyle, subtitleNumberOfLines, left, leftStyle, right, rightStyle, style, }: import("react-native").ViewProps & React.RefAttributes & { title: React.ReactNode; titleStyle?: StyleProp; titleNumberOfLines?: number | undefined; subtitle?: React.ReactNode; subtitleStyle?: StyleProp; subtitleNumberOfLines?: number | undefined; left?: ((props: { size: number; }) => React.ReactNode) | undefined; leftStyle?: StyleProp; right?: ((props: { size: number; }) => React.ReactNode) | undefined; rightStyle?: StyleProp; /** * @optional */ index?: number | undefined; total?: number | undefined; style?: StyleProp; theme: ReactNativePaper.Theme; }): JSX.Element; displayName: string; }), {}>); }), {}>); export default _default;