export declare function getFontSize({ boxSize, small, gap, min, }: { boxSize: number; small?: boolean; gap: number; min?: number; }): number;