import React from "react";

/**
 * drag-grid.svg
 */
declare const DragGridIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default DragGridIcon;
