import type { CSSProperties } from 'vue';
export declare const getPixelRatio: (context: any) => number;
export declare const canvasToGray: (canvas: HTMLCanvasElement) => void;
export declare const camelToKebab: (camelCase: string) => string;
export declare const styleToString: (style: CSSProperties) => string;
