import { FC } from 'react';
import type { CnSliderProps } from './types';
export declare const CnSlider: FC<CnSliderProps>;
