export type MeterSize = 'sm' | 'md' | 'lg' | string; export type MeterVariant = 'primary' | 'secondary' | string;