import type { Feature } from './Feature.d.js' export interface Options { fontFamily?: string; fontSize?: number; features?: Feature[]; }