UNPKG

243 kBTypeScriptView Raw
1/// <reference types="react" />
2declare const Checkbox: (import("react").ComponentClass<Pick<{
3 status: "checked" | "unchecked" | "indeterminate";
4 disabled?: boolean | undefined;
5 onPress?: (() => void) | undefined;
6 uncheckedColor?: string | undefined;
7 color?: string | undefined;
8 theme: ReactNativePaper.Theme;
9 testID?: string | undefined;
10}, "color" | "onPress" | "testID" | "disabled" | "status" | "uncheckedColor"> & {
11 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
12}, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<{
13 status: "checked" | "unchecked" | "indeterminate";
14 disabled?: boolean | undefined;
15 onPress?: (() => void) | undefined;
16 uncheckedColor?: string | undefined;
17 color?: string | undefined;
18 theme: ReactNativePaper.Theme;
19 testID?: string | undefined;
20}, any> & ((props: {
21 status: "checked" | "unchecked" | "indeterminate";
22 disabled?: boolean | undefined;
23 onPress?: (() => void) | undefined;
24 uncheckedColor?: string | undefined;
25 color?: string | undefined;
26 theme: ReactNativePaper.Theme;
27 testID?: string | undefined;
28}) => JSX.Element)) | (import("react").FunctionComponent<{
29 status: "checked" | "unchecked" | "indeterminate";
30 disabled?: boolean | undefined;
31 onPress?: (() => void) | undefined;
32 uncheckedColor?: string | undefined;
33 color?: string | undefined;
34 theme: ReactNativePaper.Theme;
35 testID?: string | undefined;
36}> & ((props: {
37 status: "checked" | "unchecked" | "indeterminate";
38 disabled?: boolean | undefined;
39 onPress?: (() => void) | undefined;
40 uncheckedColor?: string | undefined;
41 color?: string | undefined;
42 theme: ReactNativePaper.Theme;
43 testID?: string | undefined;
44}) => JSX.Element)), {}> & {
45 Item: (import("react").ComponentClass<Pick<{
46 status: "checked" | "unchecked" | "indeterminate";
47 disabled?: boolean | undefined;
48 label: string;
49 onPress?: (() => void) | undefined;
50 uncheckedColor?: string | undefined;
51 color?: string | undefined;
52 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
53 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
54 theme: ReactNativePaper.Theme;
55 testID?: string | undefined;
56 position?: "leading" | "trailing" | undefined;
57 mode?: "ios" | "android" | undefined;
58 }, "label" | "style" | "color" | "onPress" | "testID" | "position" | "labelStyle" | "disabled" | "mode" | "status" | "uncheckedColor"> & {
59 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
60 }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<{
61 status: "checked" | "unchecked" | "indeterminate";
62 disabled?: boolean | undefined;
63 label: string;
64 onPress?: (() => void) | undefined;
65 uncheckedColor?: string | undefined;
66 color?: string | undefined;
67 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
68 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
69 theme: ReactNativePaper.Theme;
70 testID?: string | undefined;
71 position?: "leading" | "trailing" | undefined;
72 mode?: "ios" | "android" | undefined;
73 }, any> & {
74 ({ style, status, label, onPress, labelStyle, theme, testID, mode, position, ...props }: {
75 status: "checked" | "unchecked" | "indeterminate";
76 disabled?: boolean | undefined;
77 label: string;
78 onPress?: (() => void) | undefined;
79 uncheckedColor?: string | undefined;
80 color?: string | undefined;
81 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
82 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
83 theme: ReactNativePaper.Theme;
84 testID?: string | undefined;
85 position?: "leading" | "trailing" | undefined;
86 mode?: "ios" | "android" | undefined;
87 }): JSX.Element;
88 displayName: string;
89 }) | (import("react").FunctionComponent<{
90 status: "checked" | "unchecked" | "indeterminate";
91 disabled?: boolean | undefined;
92 label: string;
93 onPress?: (() => void) | undefined;
94 uncheckedColor?: string | undefined;
95 color?: string | undefined;
96 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
97 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
98 theme: ReactNativePaper.Theme;
99 testID?: string | undefined;
100 position?: "leading" | "trailing" | undefined;
101 mode?: "ios" | "android" | undefined;
102 }> & {
103 ({ style, status, label, onPress, labelStyle, theme, testID, mode, position, ...props }: {
104 status: "checked" | "unchecked" | "indeterminate";
105 disabled?: boolean | undefined;
106 label: string;
107 onPress?: (() => void) | undefined;
108 uncheckedColor?: string | undefined;
109 color?: string | undefined;
110 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
111 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
112 theme: ReactNativePaper.Theme;
113 testID?: string | undefined;
114 position?: "leading" | "trailing" | undefined;
115 mode?: "ios" | "android" | undefined;
116 }): JSX.Element;
117 displayName: string;
118 }), {}>) | (import("react").FunctionComponent<Pick<{
119 status: "checked" | "unchecked" | "indeterminate";
120 disabled?: boolean | undefined;
121 label: string;
122 onPress?: (() => void) | undefined;
123 uncheckedColor?: string | undefined;
124 color?: string | undefined;
125 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
126 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
127 theme: ReactNativePaper.Theme;
128 testID?: string | undefined;
129 position?: "leading" | "trailing" | undefined;
130 mode?: "ios" | "android" | undefined;
131 }, "label" | "style" | "color" | "onPress" | "testID" | "position" | "labelStyle" | "disabled" | "mode" | "status" | "uncheckedColor"> & {
132 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
133 }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<{
134 status: "checked" | "unchecked" | "indeterminate";
135 disabled?: boolean | undefined;
136 label: string;
137 onPress?: (() => void) | undefined;
138 uncheckedColor?: string | undefined;
139 color?: string | undefined;
140 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
141 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
142 theme: ReactNativePaper.Theme;
143 testID?: string | undefined;
144 position?: "leading" | "trailing" | undefined;
145 mode?: "ios" | "android" | undefined;
146 }, any> & {
147 ({ style, status, label, onPress, labelStyle, theme, testID, mode, position, ...props }: {
148 status: "checked" | "unchecked" | "indeterminate";
149 disabled?: boolean | undefined;
150 label: string;
151 onPress?: (() => void) | undefined;
152 uncheckedColor?: string | undefined;
153 color?: string | undefined;
154 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
155 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
156 theme: ReactNativePaper.Theme;
157 testID?: string | undefined;
158 position?: "leading" | "trailing" | undefined;
159 mode?: "ios" | "android" | undefined;
160 }): JSX.Element;
161 displayName: string;
162 }) | (import("react").FunctionComponent<{
163 status: "checked" | "unchecked" | "indeterminate";
164 disabled?: boolean | undefined;
165 label: string;
166 onPress?: (() => void) | undefined;
167 uncheckedColor?: string | undefined;
168 color?: string | undefined;
169 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
170 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
171 theme: ReactNativePaper.Theme;
172 testID?: string | undefined;
173 position?: "leading" | "trailing" | undefined;
174 mode?: "ios" | "android" | undefined;
175 }> & {
176 ({ style, status, label, onPress, labelStyle, theme, testID, mode, position, ...props }: {
177 status: "checked" | "unchecked" | "indeterminate";
178 disabled?: boolean | undefined;
179 label: string;
180 onPress?: (() => void) | undefined;
181 uncheckedColor?: string | undefined;
182 color?: string | undefined;
183 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
184 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
185 theme: ReactNativePaper.Theme;
186 testID?: string | undefined;
187 position?: "leading" | "trailing" | undefined;
188 mode?: "ios" | "android" | undefined;
189 }): JSX.Element;
190 displayName: string;
191 }), {}>);
192 Android: (import("react").ComponentClass<Pick<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
193 borderless?: boolean | undefined;
194 background?: Object | undefined;
195 centered?: boolean | undefined;
196 disabled?: boolean | undefined;
197 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
198 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
199 rippleColor?: string | undefined;
200 underlayColor?: string | undefined;
201 children: import("react").ReactNode;
202 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
203 theme: ReactNativePaper.Theme;
204 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
205 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
206 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
207 borderless?: boolean | undefined;
208 background?: Object | undefined;
209 centered?: boolean | undefined;
210 disabled?: boolean | undefined;
211 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
212 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
213 rippleColor?: string | undefined;
214 underlayColor?: string | undefined;
215 children: import("react").ReactNode;
216 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
217 theme: ReactNativePaper.Theme;
218 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
219 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
220 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
221 status: "checked" | "unchecked" | "indeterminate";
222 disabled?: boolean | undefined;
223 onPress?: (() => void) | undefined;
224 uncheckedColor?: string | undefined;
225 color?: string | undefined;
226 theme: ReactNativePaper.Theme;
227 testID?: string | undefined;
228 }, "style" | "color" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered" | "status" | "uncheckedColor"> & {
229 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
230 }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
231 borderless?: boolean | undefined;
232 background?: Object | undefined;
233 centered?: boolean | undefined;
234 disabled?: boolean | undefined;
235 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
236 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
237 rippleColor?: string | undefined;
238 underlayColor?: string | undefined;
239 children: import("react").ReactNode;
240 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
241 theme: ReactNativePaper.Theme;
242 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
243 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
244 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
245 borderless?: boolean | undefined;
246 background?: Object | undefined;
247 centered?: boolean | undefined;
248 disabled?: boolean | undefined;
249 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
250 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
251 rippleColor?: string | undefined;
252 underlayColor?: string | undefined;
253 children: import("react").ReactNode;
254 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
255 theme: ReactNativePaper.Theme;
256 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
257 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
258 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
259 status: "checked" | "unchecked" | "indeterminate";
260 disabled?: boolean | undefined;
261 onPress?: (() => void) | undefined;
262 uncheckedColor?: string | undefined;
263 color?: string | undefined;
264 theme: ReactNativePaper.Theme;
265 testID?: string | undefined;
266 }, any> & {
267 ({ status, theme, disabled, onPress, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
268 borderless?: boolean | undefined;
269 background?: Object | undefined;
270 centered?: boolean | undefined;
271 disabled?: boolean | undefined;
272 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
273 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
274 rippleColor?: string | undefined;
275 underlayColor?: string | undefined;
276 children: import("react").ReactNode;
277 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
278 theme: ReactNativePaper.Theme;
279 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
280 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
281 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
282 borderless?: boolean | undefined;
283 background?: Object | undefined;
284 centered?: boolean | undefined;
285 disabled?: boolean | undefined;
286 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
287 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
288 rippleColor?: string | undefined;
289 underlayColor?: string | undefined;
290 children: import("react").ReactNode;
291 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
292 theme: ReactNativePaper.Theme;
293 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
294 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
295 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
296 status: "checked" | "unchecked" | "indeterminate";
297 disabled?: boolean | undefined;
298 onPress?: (() => void) | undefined;
299 uncheckedColor?: string | undefined;
300 color?: string | undefined;
301 theme: ReactNativePaper.Theme;
302 testID?: string | undefined;
303 }): JSX.Element;
304 displayName: string;
305 }) | (import("react").FunctionComponent<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
306 borderless?: boolean | undefined;
307 background?: Object | undefined;
308 centered?: boolean | undefined;
309 disabled?: boolean | undefined;
310 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
311 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
312 rippleColor?: string | undefined;
313 underlayColor?: string | undefined;
314 children: import("react").ReactNode;
315 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
316 theme: ReactNativePaper.Theme;
317 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
318 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
319 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
320 borderless?: boolean | undefined;
321 background?: Object | undefined;
322 centered?: boolean | undefined;
323 disabled?: boolean | undefined;
324 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
325 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
326 rippleColor?: string | undefined;
327 underlayColor?: string | undefined;
328 children: import("react").ReactNode;
329 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
330 theme: ReactNativePaper.Theme;
331 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
332 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
333 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
334 status: "checked" | "unchecked" | "indeterminate";
335 disabled?: boolean | undefined;
336 onPress?: (() => void) | undefined;
337 uncheckedColor?: string | undefined;
338 color?: string | undefined;
339 theme: ReactNativePaper.Theme;
340 testID?: string | undefined;
341 }> & {
342 ({ status, theme, disabled, onPress, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
343 borderless?: boolean | undefined;
344 background?: Object | undefined;
345 centered?: boolean | undefined;
346 disabled?: boolean | undefined;
347 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
348 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
349 rippleColor?: string | undefined;
350 underlayColor?: string | undefined;
351 children: import("react").ReactNode;
352 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
353 theme: ReactNativePaper.Theme;
354 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
355 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
356 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
357 borderless?: boolean | undefined;
358 background?: Object | undefined;
359 centered?: boolean | undefined;
360 disabled?: boolean | undefined;
361 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
362 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
363 rippleColor?: string | undefined;
364 underlayColor?: string | undefined;
365 children: import("react").ReactNode;
366 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
367 theme: ReactNativePaper.Theme;
368 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
369 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
370 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
371 status: "checked" | "unchecked" | "indeterminate";
372 disabled?: boolean | undefined;
373 onPress?: (() => void) | undefined;
374 uncheckedColor?: string | undefined;
375 color?: string | undefined;
376 theme: ReactNativePaper.Theme;
377 testID?: string | undefined;
378 }): JSX.Element;
379 displayName: string;
380 }), {}>) | (import("react").FunctionComponent<Pick<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
381 borderless?: boolean | undefined;
382 background?: Object | undefined;
383 centered?: boolean | undefined;
384 disabled?: boolean | undefined;
385 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
386 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
387 rippleColor?: string | undefined;
388 underlayColor?: string | undefined;
389 children: import("react").ReactNode;
390 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
391 theme: ReactNativePaper.Theme;
392 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
393 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
394 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
395 borderless?: boolean | undefined;
396 background?: Object | undefined;
397 centered?: boolean | undefined;
398 disabled?: boolean | undefined;
399 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
400 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
401 rippleColor?: string | undefined;
402 underlayColor?: string | undefined;
403 children: import("react").ReactNode;
404 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
405 theme: ReactNativePaper.Theme;
406 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
407 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
408 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
409 status: "checked" | "unchecked" | "indeterminate";
410 disabled?: boolean | undefined;
411 onPress?: (() => void) | undefined;
412 uncheckedColor?: string | undefined;
413 color?: string | undefined;
414 theme: ReactNativePaper.Theme;
415 testID?: string | undefined;
416 }, "style" | "color" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered" | "status" | "uncheckedColor"> & {
417 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
418 }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
419 borderless?: boolean | undefined;
420 background?: Object | undefined;
421 centered?: boolean | undefined;
422 disabled?: boolean | undefined;
423 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
424 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
425 rippleColor?: string | undefined;
426 underlayColor?: string | undefined;
427 children: import("react").ReactNode;
428 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
429 theme: ReactNativePaper.Theme;
430 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
431 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
432 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
433 borderless?: boolean | undefined;
434 background?: Object | undefined;
435 centered?: boolean | undefined;
436 disabled?: boolean | undefined;
437 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
438 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
439 rippleColor?: string | undefined;
440 underlayColor?: string | undefined;
441 children: import("react").ReactNode;
442 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
443 theme: ReactNativePaper.Theme;
444 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
445 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
446 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
447 status: "checked" | "unchecked" | "indeterminate";
448 disabled?: boolean | undefined;
449 onPress?: (() => void) | undefined;
450 uncheckedColor?: string | undefined;
451 color?: string | undefined;
452 theme: ReactNativePaper.Theme;
453 testID?: string | undefined;
454 }, any> & {
455 ({ status, theme, disabled, onPress, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
456 borderless?: boolean | undefined;
457 background?: Object | undefined;
458 centered?: boolean | undefined;
459 disabled?: boolean | undefined;
460 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
461 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
462 rippleColor?: string | undefined;
463 underlayColor?: string | undefined;
464 children: import("react").ReactNode;
465 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
466 theme: ReactNativePaper.Theme;
467 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
468 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
469 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
470 borderless?: boolean | undefined;
471 background?: Object | undefined;
472 centered?: boolean | undefined;
473 disabled?: boolean | undefined;
474 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
475 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
476 rippleColor?: string | undefined;
477 underlayColor?: string | undefined;
478 children: import("react").ReactNode;
479 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
480 theme: ReactNativePaper.Theme;
481 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
482 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
483 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
484 status: "checked" | "unchecked" | "indeterminate";
485 disabled?: boolean | undefined;
486 onPress?: (() => void) | undefined;
487 uncheckedColor?: string | undefined;
488 color?: string | undefined;
489 theme: ReactNativePaper.Theme;
490 testID?: string | undefined;
491 }): JSX.Element;
492 displayName: string;
493 }) | (import("react").FunctionComponent<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
494 borderless?: boolean | undefined;
495 background?: Object | undefined;
496 centered?: boolean | undefined;
497 disabled?: boolean | undefined;
498 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
499 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
500 rippleColor?: string | undefined;
501 underlayColor?: string | undefined;
502 children: import("react").ReactNode;
503 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
504 theme: ReactNativePaper.Theme;
505 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
506 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
507 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
508 borderless?: boolean | undefined;
509 background?: Object | undefined;
510 centered?: boolean | undefined;
511 disabled?: boolean | undefined;
512 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
513 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
514 rippleColor?: string | undefined;
515 underlayColor?: string | undefined;
516 children: import("react").ReactNode;
517 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
518 theme: ReactNativePaper.Theme;
519 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
520 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
521 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
522 status: "checked" | "unchecked" | "indeterminate";
523 disabled?: boolean | undefined;
524 onPress?: (() => void) | undefined;
525 uncheckedColor?: string | undefined;
526 color?: string | undefined;
527 theme: ReactNativePaper.Theme;
528 testID?: string | undefined;
529 }> & {
530 ({ status, theme, disabled, onPress, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
531 borderless?: boolean | undefined;
532 background?: Object | undefined;
533 centered?: boolean | undefined;
534 disabled?: boolean | undefined;
535 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
536 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
537 rippleColor?: string | undefined;
538 underlayColor?: string | undefined;
539 children: import("react").ReactNode;
540 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
541 theme: ReactNativePaper.Theme;
542 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
543 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
544 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
545 borderless?: boolean | undefined;
546 background?: Object | undefined;
547 centered?: boolean | undefined;
548 disabled?: boolean | undefined;
549 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
550 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
551 rippleColor?: string | undefined;
552 underlayColor?: string | undefined;
553 children: import("react").ReactNode;
554 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
555 theme: ReactNativePaper.Theme;
556 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
557 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
558 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
559 status: "checked" | "unchecked" | "indeterminate";
560 disabled?: boolean | undefined;
561 onPress?: (() => void) | undefined;
562 uncheckedColor?: string | undefined;
563 color?: string | undefined;
564 theme: ReactNativePaper.Theme;
565 testID?: string | undefined;
566 }): JSX.Element;
567 displayName: string;
568 }), {}>);
569 IOS: (import("react").ComponentClass<Pick<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
570 borderless?: boolean | undefined;
571 background?: Object | undefined;
572 centered?: boolean | undefined;
573 disabled?: boolean | undefined;
574 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
575 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
576 rippleColor?: string | undefined;
577 underlayColor?: string | undefined;
578 children: import("react").ReactNode;
579 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
580 theme: ReactNativePaper.Theme;
581 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
582 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
583 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
584 borderless?: boolean | undefined;
585 background?: Object | undefined;
586 centered?: boolean | undefined;
587 disabled?: boolean | undefined;
588 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
589 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
590 rippleColor?: string | undefined;
591 underlayColor?: string | undefined;
592 children: import("react").ReactNode;
593 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
594 theme: ReactNativePaper.Theme;
595 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
596 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
597 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
598 status: "checked" | "unchecked" | "indeterminate";
599 disabled?: boolean | undefined;
600 onPress?: (() => void) | undefined;
601 color?: string | undefined;
602 theme: ReactNativePaper.Theme;
603 testID?: string | undefined;
604 }, "style" | "color" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered" | "status"> & {
605 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
606 }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
607 borderless?: boolean | undefined;
608 background?: Object | undefined;
609 centered?: boolean | undefined;
610 disabled?: boolean | undefined;
611 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
612 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
613 rippleColor?: string | undefined;
614 underlayColor?: string | undefined;
615 children: import("react").ReactNode;
616 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
617 theme: ReactNativePaper.Theme;
618 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
619 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
620 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
621 borderless?: boolean | undefined;
622 background?: Object | undefined;
623 centered?: boolean | undefined;
624 disabled?: boolean | undefined;
625 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
626 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
627 rippleColor?: string | undefined;
628 underlayColor?: string | undefined;
629 children: import("react").ReactNode;
630 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
631 theme: ReactNativePaper.Theme;
632 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
633 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
634 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
635 status: "checked" | "unchecked" | "indeterminate";
636 disabled?: boolean | undefined;
637 onPress?: (() => void) | undefined;
638 color?: string | undefined;
639 theme: ReactNativePaper.Theme;
640 testID?: string | undefined;
641 }, any> & {
642 ({ status, disabled, onPress, theme, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
643 borderless?: boolean | undefined;
644 background?: Object | undefined;
645 centered?: boolean | undefined;
646 disabled?: boolean | undefined;
647 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
648 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
649 rippleColor?: string | undefined;
650 underlayColor?: string | undefined;
651 children: import("react").ReactNode;
652 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
653 theme: ReactNativePaper.Theme;
654 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
655 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
656 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
657 borderless?: boolean | undefined;
658 background?: Object | undefined;
659 centered?: boolean | undefined;
660 disabled?: boolean | undefined;
661 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
662 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
663 rippleColor?: string | undefined;
664 underlayColor?: string | undefined;
665 children: import("react").ReactNode;
666 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
667 theme: ReactNativePaper.Theme;
668 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
669 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
670 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
671 status: "checked" | "unchecked" | "indeterminate";
672 disabled?: boolean | undefined;
673 onPress?: (() => void) | undefined;
674 color?: string | undefined;
675 theme: ReactNativePaper.Theme;
676 testID?: string | undefined;
677 }): JSX.Element;
678 displayName: string;
679 }) | (import("react").FunctionComponent<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
680 borderless?: boolean | undefined;
681 background?: Object | undefined;
682 centered?: boolean | undefined;
683 disabled?: boolean | undefined;
684 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
685 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
686 rippleColor?: string | undefined;
687 underlayColor?: string | undefined;
688 children: import("react").ReactNode;
689 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
690 theme: ReactNativePaper.Theme;
691 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
692 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
693 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
694 borderless?: boolean | undefined;
695 background?: Object | undefined;
696 centered?: boolean | undefined;
697 disabled?: boolean | undefined;
698 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
699 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
700 rippleColor?: string | undefined;
701 underlayColor?: string | undefined;
702 children: import("react").ReactNode;
703 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
704 theme: ReactNativePaper.Theme;
705 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
706 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
707 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
708 status: "checked" | "unchecked" | "indeterminate";
709 disabled?: boolean | undefined;
710 onPress?: (() => void) | undefined;
711 color?: string | undefined;
712 theme: ReactNativePaper.Theme;
713 testID?: string | undefined;
714 }> & {
715 ({ status, disabled, onPress, theme, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
716 borderless?: boolean | undefined;
717 background?: Object | undefined;
718 centered?: boolean | undefined;
719 disabled?: boolean | undefined;
720 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
721 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
722 rippleColor?: string | undefined;
723 underlayColor?: string | undefined;
724 children: import("react").ReactNode;
725 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
726 theme: ReactNativePaper.Theme;
727 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
728 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
729 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
730 borderless?: boolean | undefined;
731 background?: Object | undefined;
732 centered?: boolean | undefined;
733 disabled?: boolean | undefined;
734 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
735 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
736 rippleColor?: string | undefined;
737 underlayColor?: string | undefined;
738 children: import("react").ReactNode;
739 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
740 theme: ReactNativePaper.Theme;
741 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
742 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
743 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
744 status: "checked" | "unchecked" | "indeterminate";
745 disabled?: boolean | undefined;
746 onPress?: (() => void) | undefined;
747 color?: string | undefined;
748 theme: ReactNativePaper.Theme;
749 testID?: string | undefined;
750 }): JSX.Element;
751 displayName: string;
752 }), {}>) | (import("react").FunctionComponent<Pick<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
753 borderless?: boolean | undefined;
754 background?: Object | undefined;
755 centered?: boolean | undefined;
756 disabled?: boolean | undefined;
757 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
758 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
759 rippleColor?: string | undefined;
760 underlayColor?: string | undefined;
761 children: import("react").ReactNode;
762 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
763 theme: ReactNativePaper.Theme;
764 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
765 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
766 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
767 borderless?: boolean | undefined;
768 background?: Object | undefined;
769 centered?: boolean | undefined;
770 disabled?: boolean | undefined;
771 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
772 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
773 rippleColor?: string | undefined;
774 underlayColor?: string | undefined;
775 children: import("react").ReactNode;
776 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
777 theme: ReactNativePaper.Theme;
778 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
779 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
780 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
781 status: "checked" | "unchecked" | "indeterminate";
782 disabled?: boolean | undefined;
783 onPress?: (() => void) | undefined;
784 color?: string | undefined;
785 theme: ReactNativePaper.Theme;
786 testID?: string | undefined;
787 }, "style" | "color" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered" | "status"> & {
788 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
789 }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
790 borderless?: boolean | undefined;
791 background?: Object | undefined;
792 centered?: boolean | undefined;
793 disabled?: boolean | undefined;
794 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
795 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
796 rippleColor?: string | undefined;
797 underlayColor?: string | undefined;
798 children: import("react").ReactNode;
799 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
800 theme: ReactNativePaper.Theme;
801 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
802 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
803 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
804 borderless?: boolean | undefined;
805 background?: Object | undefined;
806 centered?: boolean | undefined;
807 disabled?: boolean | undefined;
808 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
809 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
810 rippleColor?: string | undefined;
811 underlayColor?: string | undefined;
812 children: import("react").ReactNode;
813 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
814 theme: ReactNativePaper.Theme;
815 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
816 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
817 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
818 status: "checked" | "unchecked" | "indeterminate";
819 disabled?: boolean | undefined;
820 onPress?: (() => void) | undefined;
821 color?: string | undefined;
822 theme: ReactNativePaper.Theme;
823 testID?: string | undefined;
824 }, any> & {
825 ({ status, disabled, onPress, theme, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
826 borderless?: boolean | undefined;
827 background?: Object | undefined;
828 centered?: boolean | undefined;
829 disabled?: boolean | undefined;
830 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
831 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
832 rippleColor?: string | undefined;
833 underlayColor?: string | undefined;
834 children: import("react").ReactNode;
835 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
836 theme: ReactNativePaper.Theme;
837 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
838 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
839 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
840 borderless?: boolean | undefined;
841 background?: Object | undefined;
842 centered?: boolean | undefined;
843 disabled?: boolean | undefined;
844 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
845 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
846 rippleColor?: string | undefined;
847 underlayColor?: string | undefined;
848 children: import("react").ReactNode;
849 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
850 theme: ReactNativePaper.Theme;
851 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
852 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
853 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
854 status: "checked" | "unchecked" | "indeterminate";
855 disabled?: boolean | undefined;
856 onPress?: (() => void) | undefined;
857 color?: string | undefined;
858 theme: ReactNativePaper.Theme;
859 testID?: string | undefined;
860 }): JSX.Element;
861 displayName: string;
862 }) | (import("react").FunctionComponent<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
863 borderless?: boolean | undefined;
864 background?: Object | undefined;
865 centered?: boolean | undefined;
866 disabled?: boolean | undefined;
867 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
868 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
869 rippleColor?: string | undefined;
870 underlayColor?: string | undefined;
871 children: import("react").ReactNode;
872 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
873 theme: ReactNativePaper.Theme;
874 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
875 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
876 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
877 borderless?: boolean | undefined;
878 background?: Object | undefined;
879 centered?: boolean | undefined;
880 disabled?: boolean | undefined;
881 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
882 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
883 rippleColor?: string | undefined;
884 underlayColor?: string | undefined;
885 children: import("react").ReactNode;
886 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
887 theme: ReactNativePaper.Theme;
888 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
889 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
890 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
891 status: "checked" | "unchecked" | "indeterminate";
892 disabled?: boolean | undefined;
893 onPress?: (() => void) | undefined;
894 color?: string | undefined;
895 theme: ReactNativePaper.Theme;
896 testID?: string | undefined;
897 }> & {
898 ({ status, disabled, onPress, theme, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
899 borderless?: boolean | undefined;
900 background?: Object | undefined;
901 centered?: boolean | undefined;
902 disabled?: boolean | undefined;
903 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
904 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
905 rippleColor?: string | undefined;
906 underlayColor?: string | undefined;
907 children: import("react").ReactNode;
908 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
909 theme: ReactNativePaper.Theme;
910 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
911 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
912 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
913 borderless?: boolean | undefined;
914 background?: Object | undefined;
915 centered?: boolean | undefined;
916 disabled?: boolean | undefined;
917 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
918 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
919 rippleColor?: string | undefined;
920 underlayColor?: string | undefined;
921 children: import("react").ReactNode;
922 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
923 theme: ReactNativePaper.Theme;
924 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
925 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
926 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
927 status: "checked" | "unchecked" | "indeterminate";
928 disabled?: boolean | undefined;
929 onPress?: (() => void) | undefined;
930 color?: string | undefined;
931 theme: ReactNativePaper.Theme;
932 testID?: string | undefined;
933 }): JSX.Element;
934 displayName: string;
935 }), {}>);
936}) | (import("react").FunctionComponent<Pick<{
937 status: "checked" | "unchecked" | "indeterminate";
938 disabled?: boolean | undefined;
939 onPress?: (() => void) | undefined;
940 uncheckedColor?: string | undefined;
941 color?: string | undefined;
942 theme: ReactNativePaper.Theme;
943 testID?: string | undefined;
944}, "color" | "onPress" | "testID" | "disabled" | "status" | "uncheckedColor"> & {
945 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
946}> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<{
947 status: "checked" | "unchecked" | "indeterminate";
948 disabled?: boolean | undefined;
949 onPress?: (() => void) | undefined;
950 uncheckedColor?: string | undefined;
951 color?: string | undefined;
952 theme: ReactNativePaper.Theme;
953 testID?: string | undefined;
954}, any> & ((props: {
955 status: "checked" | "unchecked" | "indeterminate";
956 disabled?: boolean | undefined;
957 onPress?: (() => void) | undefined;
958 uncheckedColor?: string | undefined;
959 color?: string | undefined;
960 theme: ReactNativePaper.Theme;
961 testID?: string | undefined;
962}) => JSX.Element)) | (import("react").FunctionComponent<{
963 status: "checked" | "unchecked" | "indeterminate";
964 disabled?: boolean | undefined;
965 onPress?: (() => void) | undefined;
966 uncheckedColor?: string | undefined;
967 color?: string | undefined;
968 theme: ReactNativePaper.Theme;
969 testID?: string | undefined;
970}> & ((props: {
971 status: "checked" | "unchecked" | "indeterminate";
972 disabled?: boolean | undefined;
973 onPress?: (() => void) | undefined;
974 uncheckedColor?: string | undefined;
975 color?: string | undefined;
976 theme: ReactNativePaper.Theme;
977 testID?: string | undefined;
978}) => JSX.Element)), {}> & {
979 Item: (import("react").ComponentClass<Pick<{
980 status: "checked" | "unchecked" | "indeterminate";
981 disabled?: boolean | undefined;
982 label: string;
983 onPress?: (() => void) | undefined;
984 uncheckedColor?: string | undefined;
985 color?: string | undefined;
986 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
987 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
988 theme: ReactNativePaper.Theme;
989 testID?: string | undefined;
990 position?: "leading" | "trailing" | undefined;
991 mode?: "ios" | "android" | undefined;
992 }, "label" | "style" | "color" | "onPress" | "testID" | "position" | "labelStyle" | "disabled" | "mode" | "status" | "uncheckedColor"> & {
993 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
994 }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<{
995 status: "checked" | "unchecked" | "indeterminate";
996 disabled?: boolean | undefined;
997 label: string;
998 onPress?: (() => void) | undefined;
999 uncheckedColor?: string | undefined;
1000 color?: string | undefined;
1001 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1002 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1003 theme: ReactNativePaper.Theme;
1004 testID?: string | undefined;
1005 position?: "leading" | "trailing" | undefined;
1006 mode?: "ios" | "android" | undefined;
1007 }, any> & {
1008 ({ style, status, label, onPress, labelStyle, theme, testID, mode, position, ...props }: {
1009 status: "checked" | "unchecked" | "indeterminate";
1010 disabled?: boolean | undefined;
1011 label: string;
1012 onPress?: (() => void) | undefined;
1013 uncheckedColor?: string | undefined;
1014 color?: string | undefined;
1015 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1016 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1017 theme: ReactNativePaper.Theme;
1018 testID?: string | undefined;
1019 position?: "leading" | "trailing" | undefined;
1020 mode?: "ios" | "android" | undefined;
1021 }): JSX.Element;
1022 displayName: string;
1023 }) | (import("react").FunctionComponent<{
1024 status: "checked" | "unchecked" | "indeterminate";
1025 disabled?: boolean | undefined;
1026 label: string;
1027 onPress?: (() => void) | undefined;
1028 uncheckedColor?: string | undefined;
1029 color?: string | undefined;
1030 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1031 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1032 theme: ReactNativePaper.Theme;
1033 testID?: string | undefined;
1034 position?: "leading" | "trailing" | undefined;
1035 mode?: "ios" | "android" | undefined;
1036 }> & {
1037 ({ style, status, label, onPress, labelStyle, theme, testID, mode, position, ...props }: {
1038 status: "checked" | "unchecked" | "indeterminate";
1039 disabled?: boolean | undefined;
1040 label: string;
1041 onPress?: (() => void) | undefined;
1042 uncheckedColor?: string | undefined;
1043 color?: string | undefined;
1044 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1045 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1046 theme: ReactNativePaper.Theme;
1047 testID?: string | undefined;
1048 position?: "leading" | "trailing" | undefined;
1049 mode?: "ios" | "android" | undefined;
1050 }): JSX.Element;
1051 displayName: string;
1052 }), {}>) | (import("react").FunctionComponent<Pick<{
1053 status: "checked" | "unchecked" | "indeterminate";
1054 disabled?: boolean | undefined;
1055 label: string;
1056 onPress?: (() => void) | undefined;
1057 uncheckedColor?: string | undefined;
1058 color?: string | undefined;
1059 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1060 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1061 theme: ReactNativePaper.Theme;
1062 testID?: string | undefined;
1063 position?: "leading" | "trailing" | undefined;
1064 mode?: "ios" | "android" | undefined;
1065 }, "label" | "style" | "color" | "onPress" | "testID" | "position" | "labelStyle" | "disabled" | "mode" | "status" | "uncheckedColor"> & {
1066 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1067 }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<{
1068 status: "checked" | "unchecked" | "indeterminate";
1069 disabled?: boolean | undefined;
1070 label: string;
1071 onPress?: (() => void) | undefined;
1072 uncheckedColor?: string | undefined;
1073 color?: string | undefined;
1074 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1075 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1076 theme: ReactNativePaper.Theme;
1077 testID?: string | undefined;
1078 position?: "leading" | "trailing" | undefined;
1079 mode?: "ios" | "android" | undefined;
1080 }, any> & {
1081 ({ style, status, label, onPress, labelStyle, theme, testID, mode, position, ...props }: {
1082 status: "checked" | "unchecked" | "indeterminate";
1083 disabled?: boolean | undefined;
1084 label: string;
1085 onPress?: (() => void) | undefined;
1086 uncheckedColor?: string | undefined;
1087 color?: string | undefined;
1088 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1089 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1090 theme: ReactNativePaper.Theme;
1091 testID?: string | undefined;
1092 position?: "leading" | "trailing" | undefined;
1093 mode?: "ios" | "android" | undefined;
1094 }): JSX.Element;
1095 displayName: string;
1096 }) | (import("react").FunctionComponent<{
1097 status: "checked" | "unchecked" | "indeterminate";
1098 disabled?: boolean | undefined;
1099 label: string;
1100 onPress?: (() => void) | undefined;
1101 uncheckedColor?: string | undefined;
1102 color?: string | undefined;
1103 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1104 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1105 theme: ReactNativePaper.Theme;
1106 testID?: string | undefined;
1107 position?: "leading" | "trailing" | undefined;
1108 mode?: "ios" | "android" | undefined;
1109 }> & {
1110 ({ style, status, label, onPress, labelStyle, theme, testID, mode, position, ...props }: {
1111 status: "checked" | "unchecked" | "indeterminate";
1112 disabled?: boolean | undefined;
1113 label: string;
1114 onPress?: (() => void) | undefined;
1115 uncheckedColor?: string | undefined;
1116 color?: string | undefined;
1117 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1118 labelStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
1119 theme: ReactNativePaper.Theme;
1120 testID?: string | undefined;
1121 position?: "leading" | "trailing" | undefined;
1122 mode?: "ios" | "android" | undefined;
1123 }): JSX.Element;
1124 displayName: string;
1125 }), {}>);
1126 Android: (import("react").ComponentClass<Pick<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1127 borderless?: boolean | undefined;
1128 background?: Object | undefined;
1129 centered?: boolean | undefined;
1130 disabled?: boolean | undefined;
1131 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1132 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1133 rippleColor?: string | undefined;
1134 underlayColor?: string | undefined;
1135 children: import("react").ReactNode;
1136 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1137 theme: ReactNativePaper.Theme;
1138 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1139 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1140 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1141 borderless?: boolean | undefined;
1142 background?: Object | undefined;
1143 centered?: boolean | undefined;
1144 disabled?: boolean | undefined;
1145 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1146 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1147 rippleColor?: string | undefined;
1148 underlayColor?: string | undefined;
1149 children: import("react").ReactNode;
1150 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1151 theme: ReactNativePaper.Theme;
1152 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1153 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1154 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1155 status: "checked" | "unchecked" | "indeterminate";
1156 disabled?: boolean | undefined;
1157 onPress?: (() => void) | undefined;
1158 uncheckedColor?: string | undefined;
1159 color?: string | undefined;
1160 theme: ReactNativePaper.Theme;
1161 testID?: string | undefined;
1162 }, "style" | "color" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered" | "status" | "uncheckedColor"> & {
1163 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1164 }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1165 borderless?: boolean | undefined;
1166 background?: Object | undefined;
1167 centered?: boolean | undefined;
1168 disabled?: boolean | undefined;
1169 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1170 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1171 rippleColor?: string | undefined;
1172 underlayColor?: string | undefined;
1173 children: import("react").ReactNode;
1174 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1175 theme: ReactNativePaper.Theme;
1176 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1177 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1178 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1179 borderless?: boolean | undefined;
1180 background?: Object | undefined;
1181 centered?: boolean | undefined;
1182 disabled?: boolean | undefined;
1183 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1184 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1185 rippleColor?: string | undefined;
1186 underlayColor?: string | undefined;
1187 children: import("react").ReactNode;
1188 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1189 theme: ReactNativePaper.Theme;
1190 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1191 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1192 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1193 status: "checked" | "unchecked" | "indeterminate";
1194 disabled?: boolean | undefined;
1195 onPress?: (() => void) | undefined;
1196 uncheckedColor?: string | undefined;
1197 color?: string | undefined;
1198 theme: ReactNativePaper.Theme;
1199 testID?: string | undefined;
1200 }, any> & {
1201 ({ status, theme, disabled, onPress, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1202 borderless?: boolean | undefined;
1203 background?: Object | undefined;
1204 centered?: boolean | undefined;
1205 disabled?: boolean | undefined;
1206 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1207 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1208 rippleColor?: string | undefined;
1209 underlayColor?: string | undefined;
1210 children: import("react").ReactNode;
1211 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1212 theme: ReactNativePaper.Theme;
1213 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1214 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1215 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1216 borderless?: boolean | undefined;
1217 background?: Object | undefined;
1218 centered?: boolean | undefined;
1219 disabled?: boolean | undefined;
1220 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1221 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1222 rippleColor?: string | undefined;
1223 underlayColor?: string | undefined;
1224 children: import("react").ReactNode;
1225 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1226 theme: ReactNativePaper.Theme;
1227 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1228 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1229 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1230 status: "checked" | "unchecked" | "indeterminate";
1231 disabled?: boolean | undefined;
1232 onPress?: (() => void) | undefined;
1233 uncheckedColor?: string | undefined;
1234 color?: string | undefined;
1235 theme: ReactNativePaper.Theme;
1236 testID?: string | undefined;
1237 }): JSX.Element;
1238 displayName: string;
1239 }) | (import("react").FunctionComponent<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1240 borderless?: boolean | undefined;
1241 background?: Object | undefined;
1242 centered?: boolean | undefined;
1243 disabled?: boolean | undefined;
1244 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1245 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1246 rippleColor?: string | undefined;
1247 underlayColor?: string | undefined;
1248 children: import("react").ReactNode;
1249 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1250 theme: ReactNativePaper.Theme;
1251 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1252 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1253 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1254 borderless?: boolean | undefined;
1255 background?: Object | undefined;
1256 centered?: boolean | undefined;
1257 disabled?: boolean | undefined;
1258 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1259 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1260 rippleColor?: string | undefined;
1261 underlayColor?: string | undefined;
1262 children: import("react").ReactNode;
1263 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1264 theme: ReactNativePaper.Theme;
1265 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1266 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1267 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1268 status: "checked" | "unchecked" | "indeterminate";
1269 disabled?: boolean | undefined;
1270 onPress?: (() => void) | undefined;
1271 uncheckedColor?: string | undefined;
1272 color?: string | undefined;
1273 theme: ReactNativePaper.Theme;
1274 testID?: string | undefined;
1275 }> & {
1276 ({ status, theme, disabled, onPress, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1277 borderless?: boolean | undefined;
1278 background?: Object | undefined;
1279 centered?: boolean | undefined;
1280 disabled?: boolean | undefined;
1281 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1282 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1283 rippleColor?: string | undefined;
1284 underlayColor?: string | undefined;
1285 children: import("react").ReactNode;
1286 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1287 theme: ReactNativePaper.Theme;
1288 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1289 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1290 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1291 borderless?: boolean | undefined;
1292 background?: Object | undefined;
1293 centered?: boolean | undefined;
1294 disabled?: boolean | undefined;
1295 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1296 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1297 rippleColor?: string | undefined;
1298 underlayColor?: string | undefined;
1299 children: import("react").ReactNode;
1300 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1301 theme: ReactNativePaper.Theme;
1302 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1303 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1304 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1305 status: "checked" | "unchecked" | "indeterminate";
1306 disabled?: boolean | undefined;
1307 onPress?: (() => void) | undefined;
1308 uncheckedColor?: string | undefined;
1309 color?: string | undefined;
1310 theme: ReactNativePaper.Theme;
1311 testID?: string | undefined;
1312 }): JSX.Element;
1313 displayName: string;
1314 }), {}>) | (import("react").FunctionComponent<Pick<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1315 borderless?: boolean | undefined;
1316 background?: Object | undefined;
1317 centered?: boolean | undefined;
1318 disabled?: boolean | undefined;
1319 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1320 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1321 rippleColor?: string | undefined;
1322 underlayColor?: string | undefined;
1323 children: import("react").ReactNode;
1324 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1325 theme: ReactNativePaper.Theme;
1326 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1327 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1328 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1329 borderless?: boolean | undefined;
1330 background?: Object | undefined;
1331 centered?: boolean | undefined;
1332 disabled?: boolean | undefined;
1333 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1334 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1335 rippleColor?: string | undefined;
1336 underlayColor?: string | undefined;
1337 children: import("react").ReactNode;
1338 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1339 theme: ReactNativePaper.Theme;
1340 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1341 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1342 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1343 status: "checked" | "unchecked" | "indeterminate";
1344 disabled?: boolean | undefined;
1345 onPress?: (() => void) | undefined;
1346 uncheckedColor?: string | undefined;
1347 color?: string | undefined;
1348 theme: ReactNativePaper.Theme;
1349 testID?: string | undefined;
1350 }, "style" | "color" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered" | "status" | "uncheckedColor"> & {
1351 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1352 }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1353 borderless?: boolean | undefined;
1354 background?: Object | undefined;
1355 centered?: boolean | undefined;
1356 disabled?: boolean | undefined;
1357 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1358 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1359 rippleColor?: string | undefined;
1360 underlayColor?: string | undefined;
1361 children: import("react").ReactNode;
1362 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1363 theme: ReactNativePaper.Theme;
1364 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1365 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1366 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1367 borderless?: boolean | undefined;
1368 background?: Object | undefined;
1369 centered?: boolean | undefined;
1370 disabled?: boolean | undefined;
1371 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1372 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1373 rippleColor?: string | undefined;
1374 underlayColor?: string | undefined;
1375 children: import("react").ReactNode;
1376 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1377 theme: ReactNativePaper.Theme;
1378 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1379 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1380 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1381 status: "checked" | "unchecked" | "indeterminate";
1382 disabled?: boolean | undefined;
1383 onPress?: (() => void) | undefined;
1384 uncheckedColor?: string | undefined;
1385 color?: string | undefined;
1386 theme: ReactNativePaper.Theme;
1387 testID?: string | undefined;
1388 }, any> & {
1389 ({ status, theme, disabled, onPress, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1390 borderless?: boolean | undefined;
1391 background?: Object | undefined;
1392 centered?: boolean | undefined;
1393 disabled?: boolean | undefined;
1394 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1395 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1396 rippleColor?: string | undefined;
1397 underlayColor?: string | undefined;
1398 children: import("react").ReactNode;
1399 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1400 theme: ReactNativePaper.Theme;
1401 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1402 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1403 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1404 borderless?: boolean | undefined;
1405 background?: Object | undefined;
1406 centered?: boolean | undefined;
1407 disabled?: boolean | undefined;
1408 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1409 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1410 rippleColor?: string | undefined;
1411 underlayColor?: string | undefined;
1412 children: import("react").ReactNode;
1413 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1414 theme: ReactNativePaper.Theme;
1415 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1416 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1417 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1418 status: "checked" | "unchecked" | "indeterminate";
1419 disabled?: boolean | undefined;
1420 onPress?: (() => void) | undefined;
1421 uncheckedColor?: string | undefined;
1422 color?: string | undefined;
1423 theme: ReactNativePaper.Theme;
1424 testID?: string | undefined;
1425 }): JSX.Element;
1426 displayName: string;
1427 }) | (import("react").FunctionComponent<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1428 borderless?: boolean | undefined;
1429 background?: Object | undefined;
1430 centered?: boolean | undefined;
1431 disabled?: boolean | undefined;
1432 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1433 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1434 rippleColor?: string | undefined;
1435 underlayColor?: string | undefined;
1436 children: import("react").ReactNode;
1437 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1438 theme: ReactNativePaper.Theme;
1439 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1440 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1441 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1442 borderless?: boolean | undefined;
1443 background?: Object | undefined;
1444 centered?: boolean | undefined;
1445 disabled?: boolean | undefined;
1446 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1447 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1448 rippleColor?: string | undefined;
1449 underlayColor?: string | undefined;
1450 children: import("react").ReactNode;
1451 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1452 theme: ReactNativePaper.Theme;
1453 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1454 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1455 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1456 status: "checked" | "unchecked" | "indeterminate";
1457 disabled?: boolean | undefined;
1458 onPress?: (() => void) | undefined;
1459 uncheckedColor?: string | undefined;
1460 color?: string | undefined;
1461 theme: ReactNativePaper.Theme;
1462 testID?: string | undefined;
1463 }> & {
1464 ({ status, theme, disabled, onPress, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1465 borderless?: boolean | undefined;
1466 background?: Object | undefined;
1467 centered?: boolean | undefined;
1468 disabled?: boolean | undefined;
1469 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1470 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1471 rippleColor?: string | undefined;
1472 underlayColor?: string | undefined;
1473 children: import("react").ReactNode;
1474 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1475 theme: ReactNativePaper.Theme;
1476 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1477 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1478 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1479 borderless?: boolean | undefined;
1480 background?: Object | undefined;
1481 centered?: boolean | undefined;
1482 disabled?: boolean | undefined;
1483 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1484 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1485 rippleColor?: string | undefined;
1486 underlayColor?: string | undefined;
1487 children: import("react").ReactNode;
1488 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1489 theme: ReactNativePaper.Theme;
1490 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1491 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1492 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1493 status: "checked" | "unchecked" | "indeterminate";
1494 disabled?: boolean | undefined;
1495 onPress?: (() => void) | undefined;
1496 uncheckedColor?: string | undefined;
1497 color?: string | undefined;
1498 theme: ReactNativePaper.Theme;
1499 testID?: string | undefined;
1500 }): JSX.Element;
1501 displayName: string;
1502 }), {}>);
1503 IOS: (import("react").ComponentClass<Pick<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1504 borderless?: boolean | undefined;
1505 background?: Object | undefined;
1506 centered?: boolean | undefined;
1507 disabled?: boolean | undefined;
1508 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1509 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1510 rippleColor?: string | undefined;
1511 underlayColor?: string | undefined;
1512 children: import("react").ReactNode;
1513 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1514 theme: ReactNativePaper.Theme;
1515 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1516 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1517 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1518 borderless?: boolean | undefined;
1519 background?: Object | undefined;
1520 centered?: boolean | undefined;
1521 disabled?: boolean | undefined;
1522 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1523 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1524 rippleColor?: string | undefined;
1525 underlayColor?: string | undefined;
1526 children: import("react").ReactNode;
1527 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1528 theme: ReactNativePaper.Theme;
1529 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1530 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1531 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1532 status: "checked" | "unchecked" | "indeterminate";
1533 disabled?: boolean | undefined;
1534 onPress?: (() => void) | undefined;
1535 color?: string | undefined;
1536 theme: ReactNativePaper.Theme;
1537 testID?: string | undefined;
1538 }, "style" | "color" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered" | "status"> & {
1539 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1540 }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1541 borderless?: boolean | undefined;
1542 background?: Object | undefined;
1543 centered?: boolean | undefined;
1544 disabled?: boolean | undefined;
1545 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1546 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1547 rippleColor?: string | undefined;
1548 underlayColor?: string | undefined;
1549 children: import("react").ReactNode;
1550 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1551 theme: ReactNativePaper.Theme;
1552 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1553 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1554 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1555 borderless?: boolean | undefined;
1556 background?: Object | undefined;
1557 centered?: boolean | undefined;
1558 disabled?: boolean | undefined;
1559 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1560 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1561 rippleColor?: string | undefined;
1562 underlayColor?: string | undefined;
1563 children: import("react").ReactNode;
1564 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1565 theme: ReactNativePaper.Theme;
1566 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1567 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1568 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1569 status: "checked" | "unchecked" | "indeterminate";
1570 disabled?: boolean | undefined;
1571 onPress?: (() => void) | undefined;
1572 color?: string | undefined;
1573 theme: ReactNativePaper.Theme;
1574 testID?: string | undefined;
1575 }, any> & {
1576 ({ status, disabled, onPress, theme, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1577 borderless?: boolean | undefined;
1578 background?: Object | undefined;
1579 centered?: boolean | undefined;
1580 disabled?: boolean | undefined;
1581 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1582 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1583 rippleColor?: string | undefined;
1584 underlayColor?: string | undefined;
1585 children: import("react").ReactNode;
1586 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1587 theme: ReactNativePaper.Theme;
1588 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1589 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1590 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1591 borderless?: boolean | undefined;
1592 background?: Object | undefined;
1593 centered?: boolean | undefined;
1594 disabled?: boolean | undefined;
1595 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1596 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1597 rippleColor?: string | undefined;
1598 underlayColor?: string | undefined;
1599 children: import("react").ReactNode;
1600 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1601 theme: ReactNativePaper.Theme;
1602 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1603 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1604 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1605 status: "checked" | "unchecked" | "indeterminate";
1606 disabled?: boolean | undefined;
1607 onPress?: (() => void) | undefined;
1608 color?: string | undefined;
1609 theme: ReactNativePaper.Theme;
1610 testID?: string | undefined;
1611 }): JSX.Element;
1612 displayName: string;
1613 }) | (import("react").FunctionComponent<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1614 borderless?: boolean | undefined;
1615 background?: Object | undefined;
1616 centered?: boolean | undefined;
1617 disabled?: boolean | undefined;
1618 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1619 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1620 rippleColor?: string | undefined;
1621 underlayColor?: string | undefined;
1622 children: import("react").ReactNode;
1623 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1624 theme: ReactNativePaper.Theme;
1625 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1626 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1627 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1628 borderless?: boolean | undefined;
1629 background?: Object | undefined;
1630 centered?: boolean | undefined;
1631 disabled?: boolean | undefined;
1632 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1633 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1634 rippleColor?: string | undefined;
1635 underlayColor?: string | undefined;
1636 children: import("react").ReactNode;
1637 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1638 theme: ReactNativePaper.Theme;
1639 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1640 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1641 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1642 status: "checked" | "unchecked" | "indeterminate";
1643 disabled?: boolean | undefined;
1644 onPress?: (() => void) | undefined;
1645 color?: string | undefined;
1646 theme: ReactNativePaper.Theme;
1647 testID?: string | undefined;
1648 }> & {
1649 ({ status, disabled, onPress, theme, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1650 borderless?: boolean | undefined;
1651 background?: Object | undefined;
1652 centered?: boolean | undefined;
1653 disabled?: boolean | undefined;
1654 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1655 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1656 rippleColor?: string | undefined;
1657 underlayColor?: string | undefined;
1658 children: import("react").ReactNode;
1659 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1660 theme: ReactNativePaper.Theme;
1661 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1662 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1663 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1664 borderless?: boolean | undefined;
1665 background?: Object | undefined;
1666 centered?: boolean | undefined;
1667 disabled?: boolean | undefined;
1668 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1669 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1670 rippleColor?: string | undefined;
1671 underlayColor?: string | undefined;
1672 children: import("react").ReactNode;
1673 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1674 theme: ReactNativePaper.Theme;
1675 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1676 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1677 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1678 status: "checked" | "unchecked" | "indeterminate";
1679 disabled?: boolean | undefined;
1680 onPress?: (() => void) | undefined;
1681 color?: string | undefined;
1682 theme: ReactNativePaper.Theme;
1683 testID?: string | undefined;
1684 }): JSX.Element;
1685 displayName: string;
1686 }), {}>) | (import("react").FunctionComponent<Pick<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1687 borderless?: boolean | undefined;
1688 background?: Object | undefined;
1689 centered?: boolean | undefined;
1690 disabled?: boolean | undefined;
1691 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1692 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1693 rippleColor?: string | undefined;
1694 underlayColor?: string | undefined;
1695 children: import("react").ReactNode;
1696 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1697 theme: ReactNativePaper.Theme;
1698 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1699 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1700 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1701 borderless?: boolean | undefined;
1702 background?: Object | undefined;
1703 centered?: boolean | undefined;
1704 disabled?: boolean | undefined;
1705 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1706 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1707 rippleColor?: string | undefined;
1708 underlayColor?: string | undefined;
1709 children: import("react").ReactNode;
1710 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1711 theme: ReactNativePaper.Theme;
1712 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1713 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1714 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1715 status: "checked" | "unchecked" | "indeterminate";
1716 disabled?: boolean | undefined;
1717 onPress?: (() => void) | undefined;
1718 color?: string | undefined;
1719 theme: ReactNativePaper.Theme;
1720 testID?: string | undefined;
1721 }, "style" | "color" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered" | "status"> & {
1722 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1723 }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(import("react").ComponentClass<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1724 borderless?: boolean | undefined;
1725 background?: Object | undefined;
1726 centered?: boolean | undefined;
1727 disabled?: boolean | undefined;
1728 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1729 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1730 rippleColor?: string | undefined;
1731 underlayColor?: string | undefined;
1732 children: import("react").ReactNode;
1733 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1734 theme: ReactNativePaper.Theme;
1735 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1736 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1737 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1738 borderless?: boolean | undefined;
1739 background?: Object | undefined;
1740 centered?: boolean | undefined;
1741 disabled?: boolean | undefined;
1742 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1743 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1744 rippleColor?: string | undefined;
1745 underlayColor?: string | undefined;
1746 children: import("react").ReactNode;
1747 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1748 theme: ReactNativePaper.Theme;
1749 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1750 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1751 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1752 status: "checked" | "unchecked" | "indeterminate";
1753 disabled?: boolean | undefined;
1754 onPress?: (() => void) | undefined;
1755 color?: string | undefined;
1756 theme: ReactNativePaper.Theme;
1757 testID?: string | undefined;
1758 }, any> & {
1759 ({ status, disabled, onPress, theme, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1760 borderless?: boolean | undefined;
1761 background?: Object | undefined;
1762 centered?: boolean | undefined;
1763 disabled?: boolean | undefined;
1764 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1765 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1766 rippleColor?: string | undefined;
1767 underlayColor?: string | undefined;
1768 children: import("react").ReactNode;
1769 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1770 theme: ReactNativePaper.Theme;
1771 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1772 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1773 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1774 borderless?: boolean | undefined;
1775 background?: Object | undefined;
1776 centered?: boolean | undefined;
1777 disabled?: boolean | undefined;
1778 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1779 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1780 rippleColor?: string | undefined;
1781 underlayColor?: string | undefined;
1782 children: import("react").ReactNode;
1783 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1784 theme: ReactNativePaper.Theme;
1785 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1786 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1787 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1788 status: "checked" | "unchecked" | "indeterminate";
1789 disabled?: boolean | undefined;
1790 onPress?: (() => void) | undefined;
1791 color?: string | undefined;
1792 theme: ReactNativePaper.Theme;
1793 testID?: string | undefined;
1794 }): JSX.Element;
1795 displayName: string;
1796 }) | (import("react").FunctionComponent<Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1797 borderless?: boolean | undefined;
1798 background?: Object | undefined;
1799 centered?: boolean | undefined;
1800 disabled?: boolean | undefined;
1801 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1802 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1803 rippleColor?: string | undefined;
1804 underlayColor?: string | undefined;
1805 children: import("react").ReactNode;
1806 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1807 theme: ReactNativePaper.Theme;
1808 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1809 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1810 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1811 borderless?: boolean | undefined;
1812 background?: Object | undefined;
1813 centered?: boolean | undefined;
1814 disabled?: boolean | undefined;
1815 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1816 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1817 rippleColor?: string | undefined;
1818 underlayColor?: string | undefined;
1819 children: import("react").ReactNode;
1820 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1821 theme: ReactNativePaper.Theme;
1822 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1823 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1824 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1825 status: "checked" | "unchecked" | "indeterminate";
1826 disabled?: boolean | undefined;
1827 onPress?: (() => void) | undefined;
1828 color?: string | undefined;
1829 theme: ReactNativePaper.Theme;
1830 testID?: string | undefined;
1831 }> & {
1832 ({ status, disabled, onPress, theme, testID, ...rest }: Pick<Pick<(Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1833 borderless?: boolean | undefined;
1834 background?: Object | undefined;
1835 centered?: boolean | undefined;
1836 disabled?: boolean | undefined;
1837 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1838 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1839 rippleColor?: string | undefined;
1840 underlayColor?: string | undefined;
1841 children: import("react").ReactNode;
1842 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1843 theme: ReactNativePaper.Theme;
1844 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1845 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1846 }) | import("react").PropsWithChildren<Pick<import("react-native").TouchableWithoutFeedbackProps & import("react").RefAttributes<import("react-native").TouchableWithoutFeedback> & {
1847 borderless?: boolean | undefined;
1848 background?: Object | undefined;
1849 centered?: boolean | undefined;
1850 disabled?: boolean | undefined;
1851 onPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1852 onLongPress?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
1853 rippleColor?: string | undefined;
1854 underlayColor?: string | undefined;
1855 children: import("react").ReactNode;
1856 style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
1857 theme: ReactNativePaper.Theme;
1858 }, "ref" | "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1859 theme?: import("@callstack/react-theme-provider").$DeepPartial<ReactNativePaper.Theme> | undefined;
1860 }>, "style" | "children" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered">, "style" | "onLayout" | "onPress" | "onLongPress" | "testID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "key" | "hitSlop" | "hasTVPreferredFocus" | "tvParallaxProperties" | "theme" | "delayLongPress" | "delayPressIn" | "delayPressOut" | "disabled" | "onBlur" | "onFocus" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "touchSoundDisabled" | "background" | "borderless" | "rippleColor" | "underlayColor" | "centered"> & {
1861 status: "checked" | "unchecked" | "indeterminate";
1862 disabled?: boolean | undefined;
1863 onPress?: (() => void) | undefined;
1864 color?: string | undefined;
1865 theme: ReactNativePaper.Theme;
1866 testID?: string | undefined;
1867 }): JSX.Element;
1868 displayName: string;
1869 }), {}>);
1870});
1871export default Checkbox;
1872
\No newline at end of file