declare const VisitStreak: ({ days, color, backgroundColor }: { days?: number | undefined; color?: string | undefined; backgroundColor?: string | undefined; }) => import("react/jsx-runtime").JSX.Element; export default VisitStreak;