import { CardProps } from '../Card/types'; import { RefObject } from 'react'; export declare const useScrollTo: (ref: RefObject | undefined, getNextIndex: (el: T) => number) => () => void; export declare const useScrollObserver: (containerRef: RefObject | undefined, cards: CardProps[]) => { showPreviousButton: boolean; showNextButton: boolean; }; //# sourceMappingURL=hooks.d.ts.map