export declare const defaultTypeScale: {
    minWidth: number;
    maxWidth: number;
    minFontSize: number;
    maxFontSize: number;
    minTypeScale: number;
    maxTypeScale: number;
    negativeSteps: number;
    positiveSteps: number;
};
export declare const typeScale: (params: Partial<typeof defaultTypeScale>) => Record<string, string>;
