/** * Defines the current shadow style of the canvas. */ export declare class ShadowStyle { color: string; blur: number; offsetX: number; offsetY: number; }