.
* Keeps attributes/refs bound to the passed child element.
*/
asChild?: boolean;
/**
* External ref to the item's root element.
* Will be merged with internal `itemRef(index)` to participate in snapping logic.
*/
ref?: Ref
;
}
/** SnapScrollerContent is a single snap-aligned item within SnapScroller. */
export declare const SnapScrollerContent: FC>;