import { Styles } from '../common';
import type { TdDrawerProps } from './type';
export declare const useDrag: (props: TdDrawerProps) => {
    draggedSizeValue: import("vue").Ref<string>;
    enableDrag: () => void;
    draggableLineStyles: import("vue").ComputedRef<Styles>;
};
