import type { IconProps } from "./Icon"; /** * Font size: the same "A" letterform as LineHeightIcon, minus the rules, so the * two typography controls read as a matched pair. (It previously drew the digits * "14", which said nothing about what the control does.) * * No default color — the theme-aware `courier-fill-ring` then applies, keeping it * legible in dark mode instead of pinned to near-black. */ export declare const FontSizeIcon: ({ color, active, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export default FontSizeIcon;