import { ThemesInterface } from "./";
export declare function renderPlainStone(ctx: CanvasRenderingContext2D, cx: number, cy: number, radius: number, color: string, strokeStyle: string): void;
export default function (THEMES: ThemesInterface): void;
