import { CSSProperties } from 'vue';
export declare function camelToKebab(camelCase: string): string;
export declare function styleToString(style: CSSProperties): string;
export declare function canvasToGray(canvas: HTMLCanvasElement): void;
