/// <reference types="react" />
export declare const renderSVG: (props: any) => JSX.Element | null;
export declare const drawOnCanvas: (ctx: CanvasRenderingContext2D, props: any) => void;
