export function Carousel({ bigger, children, tileCount: tileCountFromProps, article, outline, bgColor, color, grid, isSeriesNav }: { bigger: any; children: any; tileCount: any; article: any; outline: any; bgColor: any; color: any; grid: any; isSeriesNav: any; }): JSX.Element; export namespace Carousel { export namespace propTypes { const bgColor: PropTypes.Requireable; const color: PropTypes.Requireable; const outline: PropTypes.Requireable; const bigger: PropTypes.Requireable; const children: PropTypes.Requireable; } export { defaultValue as defaultProps }; } declare var _default: React.MemoExoticComponent<{ ({ bigger, children, tileCount: tileCountFromProps, article, outline, bgColor, color, grid, isSeriesNav }: { bigger: any; children: any; tileCount: any; article: any; outline: any; bgColor: any; color: any; grid: any; isSeriesNav: any; }): JSX.Element; propTypes: { bgColor: PropTypes.Requireable; color: PropTypes.Requireable; outline: PropTypes.Requireable; bigger: PropTypes.Requireable; children: PropTypes.Requireable; }; defaultProps: { bgColor: string; color: string; }; }>; export default _default; import PropTypes from "prop-types"; import { defaultValue } from "./Context"; import React from "react";