import React from 'react'; declare const _default: React.ForwardRefExoticComponent<{ type?: "carousel" | "slides"; children?: any; mb?: [string | number, string | number]; height?: [string, string]; enabled: boolean; loop?: string; autoplay?: boolean; delay?: string; querie?: "md" | "sm" | "lg" | "xl"; layout?: "fill" | "fixed" | "responsive" | "fixed-height" | "flex-item" | "intrinsic" | "nodisplay"; } & { theme?: any; }>; export default _default;