export declare const meterTokens: {
    calciteMeterBackgroundColor: string;
    calciteMeterBorderColor: string;
    calciteMeterShadow: string;
    calciteMeterCornerRadius: string;
    calciteMeterFillColor: string;
    calciteMeterRangeTextColor: string;
    calciteMeterValueTextColor: string;
};
export declare const meter: string;
