/** * Creates a canvas 2D rendering context and sets its font style. * * This hook initializes a canvas element in memory, gets its 2D context, * and then applies a font style based on the theme. It includes a fallback * to a default font if the theme property is not available. * * @returns The canvas 2D context with the font style applied, or `null` if the * */ export declare const useCanvasContextForLabelSize: () => CanvasRenderingContext2D; //# sourceMappingURL=useCanvasContextForLabelSize.d.ts.map