import type { MergeStep } from '../../../pipeline/mergePipeline.js'; import type { GridState } from '../index.js'; interface Options { maxCaptionSize: number; } export declare const calculateFontSize: MergeStep; export {};