import { AllHTMLAttributes, ElementType } from 'react'; export interface HorizontalScrollProps extends AllHTMLAttributes { Component?: ElementType; } export declare const HorizontalScroll: ({ Component, className, children, ...restProps }: HorizontalScrollProps) => JSX.Element; //# sourceMappingURL=HorizontalScroll.d.ts.map