/** * The px a run of text takes at `sm`, rounded up — never less than the ink, so a * box budgeted from it seats what it draws. */ export declare function textWidthSm(text: string): number;