import { FontWeight, TextSize } from "./text"; export declare enum CustomStylesType { LEADGEN = "leadgen", NONE = "none" } export type OverideTextType = { fontSize?: Partial>>; lineHeight?: Partial>>; letterSpacing?: Partial>>; fontWeight?: Record<'regular' | 'semiBold' | 'bold' | 'halfBold', number>; fontWeightBySize?: Partial>; };