import { FC } from 'react';
import { CnScrollViewProps, ScrollViewPropsMore } from './types';
import './styles/index.scss';
export declare const CnScrollView: FC<CnScrollViewProps>;
export type { CnScrollViewProps, ScrollViewPropsMore };
