export declare const cycleColorsByLevel: (level?: number) => string | undefined; interface CircleIconProps { sign: string; className?: string; color?: string; } export declare function CircleIcon({ sign, className, color }: CircleIconProps): import("react/jsx-runtime").JSX.Element; export {};