import * as React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; export type DraggableProps = React.PropsWithChildren<{ containerStyle?: StyleProp; onChangeMoved?: (x: number, y: number) => void; }>; export declare function Draggable(props: DraggableProps): import("react/jsx-runtime").JSX.Element; export declare function Draggable2(props: DraggableProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Draggable.d.ts.map