import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgDragIndicator: (props: SVGProps) => React.JSX.Element; export default SvgDragIndicator; //# sourceMappingURL=DragIndicator.d.ts.map