import { CurrentTheme } from '../types/shared'; /** Makes all sub-style variants inherit from the 'standard' styling for that type scale. */ export declare const buildTypeScale: (typeScale: any) => CurrentTheme["typeScale"];