import type { IconProps } from '../types/index'; declare function SvgDraggable(iconProps: IconProps): JSX.Element; declare namespace SvgDraggable { var displayName: string; } export default SvgDraggable;