import { HTMLAttributes } from 'react'; export interface HorizontalScrollProps extends Pick, 'className' | 'children'> { innerClassName?: string | undefined; }