import type { Ref } from 'vue'; import type { DrawerProps } from '../drawer'; export declare function useResizable(props: DrawerProps, target: Ref): { size: any; isResizing: any; isHorizontal: any; };