///
import type { MenuJssStyle } from './menu.type';
interface ScrollProps {
direction: 'x' | 'y';
targetRef: React.RefObject;
data?: any[];
jssStyle?: MenuJssStyle;
}
declare const Scroll: (props: ScrollProps) => import("react/jsx-runtime").JSX.Element;
export default Scroll;
//# sourceMappingURL=scroll.d.ts.map