import { type FunctionComponent, type PropsWithChildren } from "react"; import { type FlexStyle, type ViewProps } from "react-native"; import { type UseDraggableStackOptions } from "../hooks/useDraggableStack"; export type DraggableStackProps = Pick & Pick & { direction?: FlexStyle["flexDirection"]; gap?: number; }; export declare const DraggableStack: FunctionComponent>; //# sourceMappingURL=DraggableStack.d.ts.map