import { ToReact } from './helpers.types'; import { ZSnapScroll } from '../snap-scroll'; export type ZrSnapScroll_Props = ToReact<'SnapScroll'>; type ZrSnapScroll_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrSnapScroll_Type; export { Namespace as ZrSnapScroll };