export type GetInitialsFontSizeType = (avatarSize: number) => number; /** * По возможности выставляем размеры по дизайн-системе. Иначе высчитываем. */ export declare const getInitialsFontSize: GetInitialsFontSizeType; //# sourceMappingURL=helpers.d.ts.map