import * as React from 'react'; import type { FlatListProps } from 'react-native'; /** * @deprecated use `ScrollView` instead */ export declare const LegacyScrollView: { (props: Omit & { ref?: React.Ref | undefined; } & import("..").NativeViewGestureHandlerProps & { ref?: React.Ref | null> | undefined; }): React.JSX.Element; displayName: any; }; /** * @deprecated use `Switch` instead */ export declare const LegacySwitch: { (props: Omit & { ref?: React.Ref | undefined; } & import("..").NativeViewGestureHandlerProps & { ref?: React.Ref | null> | undefined; }): React.JSX.Element; displayName: any; }; /** * @deprecated use `TextInput` instead */ export declare const LegacyTextInput: { (props: Omit & { ref?: React.Ref | undefined; } & import("..").NativeViewGestureHandlerProps & { ref?: React.Ref | null> | undefined; }): React.JSX.Element; displayName: any; }; /** * @deprecated use `DrawerLayoutAndroid` instead */ export declare const LegacyDrawerLayoutAndroid: () => React.JSX.Element; /** * @deprecated use `RefreshControl` instead */ export declare const LegacyRefreshControl: { (props: Omit & { ref?: React.Ref | undefined; } & import("..").NativeViewGestureHandlerProps & { ref?: React.Ref | null> | undefined; }): React.JSX.Element; displayName: any; }; /** * @deprecated use `FlatList` instead */ export declare const LegacyFlatList: (props: FlatListProps) => React.JSX.Element; //# sourceMappingURL=GestureComponents.web.d.ts.map