import React from "react";
import { GuiGridHScrollProps } from "./GuiGridHScroll.type";
declare const GridHScroll: React.FC<GuiGridHScrollProps>;
export default GridHScroll;
