export type BadgeProportionTypes = { paddingX: string; paddingY: string; fontSize: string; }; export declare const badgeProportions: { [char: string]: BadgeProportionTypes; }; export declare const iconSizes: { [size: string]: { height: string; width: string; }; };