import { FC, PropsWithChildren } from 'react'; import { IndexedSnapScrollerContentProps } from '../../../IndexedSnapScroller'; export type YearPickerScrollerContentProps = Omit; /** * YearPickerScrollerContent is a styled wrapper around * IndexedSnapScrollerContent used to render a single scroll-snap page * within the YearPicker. It applies YearPicker-specific layout styles * while delegating index management and snapping behavior to the * underlying scroller system. */ export declare const YearPickerScrollerContent: FC>;