import { AriaLabelAttributes } from '../../utils/accessibility'; interface HorizontalScrollProps { children?: React.ReactNode; /** * Bredden på elementet som potensielt vil scrolle horisontalt i px */ childWidth: number; /** Sets the data-testid attribute. */ testId?: string; } export declare const HorizontalScroll: React.FC; export default HorizontalScroll;