import React from "react"; import { CarouselProps } from 'antd/lib/carousel'; import { withError } from '@fishx/tracker'; interface CProps extends CarouselProps { forwardedRef?: any; } export declare const Carousel: React.FC; declare const _default: (React.NamedExoticComponent & React.RefAttributes<{}>> & { readonly type: React.ForwardRefExoticComponent & React.RefAttributes<{}>>; } & typeof withError) | (React.NamedExoticComponent> & typeof withError); export default _default;