import { InterpolationFunction } from 'styled-components'; import type { SnapAlign } from '../types'; export interface ScrollSnapProps { scrollSnapAlign?: SnapAlign; } export declare const applyScrollSnap: InterpolationFunction; //# sourceMappingURL=applyScrollSnap.d.ts.map