export declare const DEFAULT_COLOR: string[];
/**
 * 默认配置项
 */
export declare const DEFAULT_OPTIONS: {
    percent: number;
    color: string[];
    animation: {};
};
