import { type PropsOf } from '@builder.io/qwik'; export type CarouselButtonProps = PropsOf<'button'>;