import type { SkFont } from "@shopify/react-native-skia"; export declare const getFontGlyphWidth: (text: string, font?: SkFont | null) => number;