import type { TextStyle } from "canvaskit-wasm"; import type { SkTextStyle } from "../types"; export declare class JsiSkTextStyle { static toTextStyle(value: SkTextStyle): TextStyle; }