import React from 'react'; import { CustomSVGProps } from '../type'; import '../index.less'; const Carsel = (props: CustomSVGProps) => ( ); export default Carsel;