export namespace defaultValue { const bgColor: string; const color: string; } export default CarouselContext; declare const CarouselContext: React.Context<{ bgColor: string; color: string; }>; import React from "react";