export declare function useScrollButtons(listRef: React.RefObject): { update: { (this: any): void; clear: () => void; }; start: boolean; end: boolean; show: boolean; scrollLeft: () => void; scrollRight: () => void; };