import { SVGPropType } from '../types'; declare const DragVertical: (props: SVGPropType) => import("react/jsx-runtime").JSX.Element; export default DragVertical;