import type { Section } from "./numfmt.js"; export declare function renderFraction(value: number, sec: Section): string;