import GridHScroll from './GuiGridHScroll';
import { LeftButton, RightButton } from './sub';
declare type GuiGridHScrollComponent = typeof GridHScroll & {
    Left: typeof LeftButton;
    Right: typeof RightButton;
};
declare const GuiGridHScroll: GuiGridHScrollComponent;
export default GuiGridHScroll;
