import { FeatureProps } from "../../motion/features/types"; /** * A hook that allows an element to be dragged. * * @internal */ export declare function useDrag(props: FeatureProps): void;