import React from "react"; interface WheelSectionProps { color: string; label: string; index: number; total: number; } export declare const WheelSection: React.FC; export {};